Open ahmadrezash opened 5 years ago
this is the workaround for time being.
ANACONDA_SITE_PACKAGES=
wget https://files.pythonhosted.org/packages/7f/e3/4f7044e988327a10bc459e3d3590c59c1cdbdb53c83670c8606d1fbee3c9/jupyter_http_over_ws-0.0.6-py2.py3-none-any.whl unzip jupyter_http_over_ws-0.0.6-py2.py3-none-any.whl -d $ANACONDA_SITE_PACKAGES
Enable the extension by adding this is in ~/.jupyter/jupyter_notebook_config.json { "NotebookApp": { "nbserver_extensions": { "jupyter_http_over_ws": true } } }
Is there an anaconda package for this in the works?
How I can install this package in anaconda and using that in anaconda envs?