ipyspaghetti icon indicating copy to clipboard operation
ipyspaghetti copied to clipboard

Installation issues on windows

Open stefaneidelloth opened this issue 4 years ago • 0 comments

  • I first tried the command pip install . -v but it got stuck. (What does the "-v" stand for?) The command pip install -e . worked.

  • I had to activate the windows developer mode (requires admin rights):

image

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.

stefaneidelloth avatar Oct 26 '21 13:10 stefaneidelloth