googlecolab / jupyter_http_over_ws

Apache License 2.0
267 stars 56 forks source link

anaconda #8

Open ahmadrezash opened 5 years ago

ahmadrezash commented 5 years ago

How I can install this package in anaconda and using that in anaconda envs?

piyushgarg commented 5 years ago

this is the workaround for time being.

ANACONDA_SITE_PACKAGES=/lib//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 } } }

zakdances commented 4 years ago

Is there an anaconda package for this in the works?