Thomas Kluyver
Thomas Kluyver
Yup, I'd like to have a better way to upload projects than manually creating, copying and pasting a token for each project (besides storing a user-scoped token, which is basically...
More examples: - [pytools](https://pypi.org/search/?q=pytools) -> `pytools123456789` before `pytools` - [h5py](https://pypi.org/search/?q=h5py) -> `H.py` before `h5py
It sounds like dreload is trying to reload parts of IPython itself - the instance of the old class is trying to call the method on the newly reloaded class,...
It's not exactly a fault on your end - dreload should know to ignore modules that will cause problems for it. However, it's not the best tested part of our...
Let's leave it open, but I've set it as low priority. I think there is a bug there, even if there's an easy workaround.
You may want to try [rlipython](https://testpypi.python.org/pypi/rlipython) for use in emacs. We've switched to a new terminal interface library called prompt_toolkit, but unfortunately it doesn't play well with emacs 'inferior shell'...
I don't know what that `jupyter_mac.command` file is - you may need to file an issue with anaconda about it, because I think it's something they add to our code.
We really don't recommend running Jupyter as root - the `--allow-root` flag is meant to be a signal that it's a bad idea. That error probably means that either some...
Thanks! I can figure out roughly what it's doing; I guess I'm asking for documentation less for information, and more as a kind of indication of stability & availability. If...
Thanks @drazisil-codecov > What if a custom uploader starts uploading source code, or modifying files? Who would be considered responsible for that, from a legal and reasonable standpoint? I'm very...