jupyter_core
jupyter_core copied to clipboard
Core Jupyter functionality
I am trying to run a Jupyter server instance inside a venv, which is completely isolated from the main system Jupyter. It was my understanding that I could set `JUPYTER_CONFIG_DIR`...
I can reproduce this test failure both with 4.7.0 and git master (which is practically the same thing ;-)): ``` __________________________________________________________ test_jupyter_path_prefer_env ___________________________________________________________ def test_jupyter_path_prefer_env(): with patch.dict('os.environ', {'JUPYTER_PREFER_ENV_PATH': 'true'}): path...
Right now, I have a patch (wip) to implement `XDG_CONFIG_HOME` on an opt-in basis. That is, `XDG_CONFIG_HOME` is used *if and only if* `.jupyter` does not exist. This minimizes breakage...
I have defined `JUPYTER_CONFIG_DIR` which points to a directory which is **read only**. When migration.py tries to "touch" a marker file, it fails. This makes placing your config file in...
I'm testing version 4.0.6. Looks like a directory has not been created: ``` > /usr/local/bin/py.test /usr/local/lib/python2.7/site-packages/jupyter_core/tests/ ============================= test session starts ============================== platform openbsd5 -- Python 2.7.10 -- py-1.4.23 -- pytest-2.6.1...
Hi, I’m trying to get `jupyter notebook ` to show me both subcommands and notebook files as options [here](https://github.com/jupyter/jupyter_core/blob/c600d7e2d5240a02c3308d7cb4f2cfb0fa6c45c5/examples/completions-zsh#L109). sadly i don’t seem to get what’s going on. whatever i...
Hi All, I am having a problem with jupyter finding the wrong version of python. But first 1) is this the right forum for this sort of problem? 2) I...
- My operating system is Ubuntu 16.04 - I have installed anaconda in my machine - Other than anaconda I have Python2.7 and Python3.5 pre-installed in my machine with Ubuntu...
When executing the command ``` jupyter nbextension enable --sys-prefix --py widgetsnbextension ``` I would expect this to only touch system files in `sys.prefix`. However, this actually tries to create the...