We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to follow the instruction from https://pywwt.readthedocs.io/en/stable/installation.html#set-up-pywwts-jupyterlab-integration to install WWT. The way I chose is to install pywwt with conda-forge. conda install -c conda-forge pywwt is my first input.
conda install -c conda-forge pywwt
The next is to "Set Up pywwt’s JupyterLab Integration" Second inputs are
pip install wwt-kernel-data-relay # or use conda jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager jupyter labextension install --no-build @wwtelescope/jupyterlab jupyter lab build
pip install wwt-kernel-data-relay # or use conda
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager
jupyter labextension install --no-build @wwtelescope/jupyterlab
jupyter lab build
The first command is pip install wwt-kernel-data-relay # or use conda And I tried the Python commands inside a Jupyter Notebook. Here is its' output.
Because of this problem, I start the step "Troubleshooting the Jupyter Integration"
jupyter nbextension install --py --sys-prefix pywwt
jupyter nbextension enable --py --sys-prefix pywwt
jupyter nbextension list
The instruction says "These commands should not report any error messages", so I come here and ask for help.
Thank-you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to follow the instruction from https://pywwt.readthedocs.io/en/stable/installation.html#set-up-pywwts-jupyterlab-integration to install WWT.
The way I chose is to install pywwt with conda-forge.
conda install -c conda-forge pywwt
is my first input.The next is to "Set Up pywwt’s JupyterLab Integration"
Second inputs are
pip install wwt-kernel-data-relay # or use conda
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager
jupyter labextension install --no-build @wwtelescope/jupyterlab
jupyter lab build
There is no problem before them. But when I start to "Set up the pywwt Jupyter Widget".The problem starts to emerge.
The first command is
pip install wwt-kernel-data-relay # or use conda
And I tried the Python commands inside a Jupyter Notebook.
Here is its' output.
Because of this problem, I start the step "Troubleshooting the Jupyter Integration"
I ran
jupyter nbextension install --py --sys-prefix pywwt
jupyter nbextension enable --py --sys-prefix pywwt
jupyter nbextension list
The instruction says "These commands should not report any error messages", so I come here and ask for help.
Thank-you.
The text was updated successfully, but these errors were encountered: