Open deisi opened 7 years ago
The --sys-prefix
flag for quick-setup
installs and enables the extension in the virtual environment path. If you want to enable for the local user, use:
jupyter dashboards quick-setup --user
However, now that you've installed it once with --sys-prefix
you probably need to first uninstall / disable the extension. Altogether, try running:
# disable and uninstall from the virtual env config folder
jupyter dashboards quick-remove --sys-prefix
# now install and enable in the current user home config folder
jupyter dashboards quick-setup --user
Okay I will test ASAP. Thx
@parente I had the same issue and tried running jupyter dashboards quick-setup --user
as you suggested and seems to have worked! After running the command this is shown at the end:
- Validating: OK
To initialize this nbextension in the browser every time the notebook (or other app) loads:
jupyter nbextension enable jupyter_dashboards --user --py
Enabling notebook extension jupyter_dashboards/notebook/main...
- Validating: OK
Hey, I'm struggling installing jupyter_dashboard.
I have installed jupyter as local user with:
When I run
I get:
/usr/share/jupyte
seems to be the wrong folder anyways because I want to install as user and not systemwide. So i run:I get
If I understand this correctly jupyter tries to install dashboard in:
and this shows a single folder
notebook
. So I don't know what this means? Should I delete thenotebook
folder and try again? What is the message about?