-
Notifications
You must be signed in to change notification settings - Fork 27
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
Compatible with Jupyter Hub ? #72
Comments
I'm also experiencing this problem with the latest JupyterLab and ipyevents. But it works in the old Jupyter notebook. |
@mwcraig - We are not using JupyterLab but rather TLJH (Jupyter Hub) : https://tljh.jupyter.org/en/latest/. Our environment is set for Python 3.9 and we tried ipyevents 2.0.1 without success. |
@dastoqc -- can you open a terminal and let me know what you get for |
Here's the ouput of
|
This is what jupyter --version returns on my machine: Selected Jupyter core packages... |
Finally coming back around to this. If this is still a problem, can you please let me know what Apologies that this took so long... |
Same issue here (working in retro but not in lab and notebook). I was initially trying with jupyterlite (and got the same issue)... so I need to find if there is a version 8 there. |
For the record this worked for jupyterlite: cat jupyter_lite_config.json
{
"LiteBuildConfig": {
"contents": ["."],
"federated_extensions": [
"https://conda.anaconda.org/conda-forge/noarch/ipycanvas-0.13.1-pyhd8ed1ab_0.tar.bz2",
"https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.3-pyhd8ed1ab_0.tar.bz2",
"https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.3-pyhd8ed1ab_0.tar.bz2"
],
"ignore_sys_prefix": ["federated_extensions", "mathjax"],
"piplite_urls": [
"https://files.pythonhosted.org/packages/py2.py3/i/ipycanvas/ipycanvas-0.13.1-py2.py3-none-any.whl",
"https://files.pythonhosted.org/packages/py3/i/ipywidgets/ipywidgets-8.0.2-py3-none-any.whl",
"https://files.pythonhosted.org/packages/py3/j/jupyterlab-widgets/jupyterlab_widgets-3.0.3-py3-none-any.whl",
"https://files.pythonhosted.org/packages/py3/w/widgetsnbextension/widgetsnbextension-4.0.3-py3-none-any.whl"
]
}
} |
We are using TLJH on our teaching stations for several students to access and run their notebooks. We have been using ipyevents <0.9 without issue on it, but it seems that version >2 doesn't run on it. Can you help us fix the compatibility issue? Is it that same as with Jupyter Lab <3?
Thank you.
The text was updated successfully, but these errors were encountered: