ipyspaghetti
ipyspaghetti copied to clipboard
Installation issues on windows
-
I first tried the command
pip install . -vbut it got stuck. (What does the "-v" stand for?) The commandpip install -e .worked. -
I had to activate the windows developer mode (requires admin rights):

After doing so, following command worked (seems to rely on symlinks):
jupyter labextension develop . --overwrite
=> If possible, please remove the need to create symlinks, so that it is not necessary to enable an extra windows feature.
- I had to install a missing dependency "yt" for the example to work. => Maybe add it to the dependencies of ipyspaghetti.