-
Notifications
You must be signed in to change notification settings - Fork 56
Error while enabling jupyter_http_over_ws extension #11
Comments
How did you install jupyter? Via homebrew? I was having the same issue until I uninstalled all local copies of jupyter installed via pip and pip3, then I followed the instructions here and install the latest version of python via pyenv, then installed jupyter via homebrew. I then did 'pip3 install jupyter_http_over_ws' and the command to enable the extension worked fine. |
I was working on colab so it was preinstalled |
I uninstalled global (not in venv) jupyter notebook and it worked |
@Kshitij09 I am facing the same issue with Google Colab. |
If you installed your enviroment with conda, try to install the jupyter_http_over_ws package also via conda:
Then you should be able to enable the serverextension using:
After that run the following code also in PowerShell and you'll receive the url with the tokencode for Colab in there:
|
Thanks @nicoelbert , worked for me. |
This is still working, thanks! |
+1 to reply by @dronenb . Installing jupyter notebook in a new virtualenv worked for me (i.e. such that the system jupyter is not used). |
I've tried installing jupyter_http_over_ws_extension with pip, pip3, and conda. It installs successfully but when I try to enable it I get this error. "jupyter serverextension enable --py jupyter_http_over_ws", is what I'm trying to use to enable the library I read the markupsafe/init.py file and did not see a function or method named "soft_unicode". I'd appreciate it if you tell me what to do to fix this error. |
For me, the issue was fixed after re-install. Did you try that? Also, your prompt starts with |
I'm following the instructions described here.
The very second step to enable
jupyter_http_over_ws
jupyter extension gives following error:Tried installing
tornado==5.1
as mentioned in #5Also tried upgrading the package:
pip install --upgrade jupyter_http_over_ws
The text was updated successfully, but these errors were encountered: