Jupyter-contrib / jupyter_nbextensions_configurator

A jupyter notebook serverextension providing config interfaces for nbextensions.
Other
979 stars 121 forks source link

/Library/Jupyter folder #116

Open shinokada opened 4 years ago

shinokada commented 4 years ago

I was using a Jupyter Notebook + juyper_nbxtensions under the system pip3. I installed pyenv and Jupyer Notebook and jupyter_nbextensions.

Since I got a similar problem as this issue "extensions configured twice", I removed the all pips from the system.

pip3 freeze > requirements.txt
pip3 uninstall -r requirements.txt -y

Now I still have /Library/Jupyter folder. May I delete this?

This is jupyter --paths outputs:

jupyter --paths
config:
    /Users/shinokada/.jupyter
    /Users/shinokada/.pyenv/versions/3.8.2/envs/py382/etc/jupyter
    /usr/local/etc/jupyter
    /etc/jupyter
data:
    /Users/shinokada/Library/Jupyter
    /Users/shinokada/.pyenv/versions/3.8.2/envs/py382/share/jupyter
    /usr/local/share/jupyter
    /usr/share/jupyter
runtime:
    /Users/shinokada/Library/Jupyter/runtime
kamkudla commented 3 years ago

Has there been an update to this? I have the exact same situation after trying to troubleshoot nbextensions, leaving me to have to try to uninstall all remnants of jupyter.

When I reinstall jupyter in a venv, jupyter --paths runtime still points to my user /Library/Jupyter/runtime folder. Not sure how to proceed or if this is normal.