-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developer installation #422
Comments
Hi,
That is odd to start with, can you share the full error msg and maybe library versions of notebook, ipython and ipython_genutils? Regards, Maarten |
In a clean master, when I run
Then
Now the same command gives me
This is the symlink to itself due to non-existent
edit: couldn't reproduce the point you asked about, but the others are still valid. The jupyter situtation is unfortunate but easy to avoid. |
I reproduced this partially using a venv, I've update the README: d4c541f |
Yes it does. The last command still requires jupyter_packaging, but its a minor nuisance. Thanks a lot! |
Hi,
I had an issue with an animation that I wanted to debug, but whatever I tried, I failed to setup the dev environment. What I did:
What I found out so far:
jupyter nbextension install ...
fails due to missingipython_genutils
and maybe morejupyterlab
,jupyter nbextension install ...
creates a symlink to itself because./share/jupyter/nbextensions
doesn't exist, seeipython._prefix
./share/jupyter/labextensions
existsjupyterlab
,jupyter labextension ...
fails due to missingjupyter_packaging
[W ... LabApp] ipyvolume is not a valid extension
Those issues could be related to my setup, so it would be great to know what the actual requirements for this project are (like npm version ...) and if anyone is able to create a developer installation in a clean Python environment.
The text was updated successfully, but these errors were encountered: