-
Notifications
You must be signed in to change notification settings - Fork 3
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
Resolve JupyterLab live plotting issue #5
Comments
The labextensions seem to be enabled correctly: $ jupyter labextension list
JupyterLab v0.35.5
Known labextensions:
app dir: /opt/conda_envs/collection-2019-3.0-amx/share/jupyter/lab
@jupyter-widgets/jupyterlab-manager v0.38.1 enabled OK
jupyter-matplotlib v0.4.2 enabled OK |
We basically tried to follow https://github.com/bluesky/tutorial/blob/master/binder/postBuild, but with the wrong order ( |
That's how the server is started from the jupyter lab --no-browser --notebook-dir=/epics/iocs/notebook/notebooks/ --ip=0.0.0.0 --port=17000 --NotebookApp.token='' --debug > $jupyter_log 2>&1 The relevant kernel config is: {
"argv": ["/opt/conda_envs/collection-2019-3.0-amx/bin/python","-m","IPython.kernel","-f","{connection_file}","--profile","collection"],
"display_name": "Data Collection (2019-3.0)"
} |
A side note about puppet-managed |
@danielballan, what versions of the libraries would you suggest? |
I suggest upgrade to JupyterLab 1.0.x and trying again. |
Thanks @danielballan! We will work with @jklynch on that this Thursday afternoon. Will report back after that. |
This was partially resolved by creating a new environment, installing all the latest jupyterlab and friends and by changing However, we found a common issue also observed in our tutorials -- see bluesky/tutorials#37 for details. |
Tried to figure it out with @jklynch on 7/10/2019, were able to enable the live plotting in the classic notebook, but it still failed for the JupyterLab.
Here is the environment on
xf17id2-ca
:attn @danielballan
The text was updated successfully, but these errors were encountered: