-
Notifications
You must be signed in to change notification settings - Fork 64
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
Update Readme.md of labextension with proper install instructions #156
Comments
I think Here's another question: Why vpython-jupyter should be diverged into two separate repositories? |
@DrBones -- you are correct, the installation instructions should be updated. Took what you wrote and modified it just a touch -- if you have time to open a puol request to add this to the readme that would be great. The vpython extension for JuptyerLab 3 and vpython version 7 can be installed with the command
or
The vpython extension for JupyterLab 2 and vpython version 7 can be installed with the command below after installing
|
Sort of...
Prior to Jupyter lab 3, vpython had a separate javascript package on
One of the factors that led to the current split for Your feedback is helpful -- at some point we should perhaps combine them. |
I added jupyterlab-vpython as a submodule in the labextension directory of the vpython-jupyter repository. See the following for a basic explanation of git submodules. |
I am delighted to see that we can now use vpython in jupyterlab 3. However, I spend a few hours understanding why the given instruction "jupyter labextension install vpython" did not work and trying to debug a nonexsting issue. It is only when I found a closed issue where @jcoady explained how to install for jlab > 3 that I understood that I was installing the wrong thing.
Maybe the Readme.md can be updated to include the information from that issue that for different jlab versions the following commands need to be executed?
Thanks in advance and also for this great visualization package
Cheers
The text was updated successfully, but these errors were encountered: