Skip to content

uwasystemhealth/jupyter_codeserver_proxy-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud9 IDE

http://coder.com is a port of microsoft VScode to the browser

This package is a plugin for jupyter-server-proxy that lets you run an instance of cloud9 alongside your notebook, primarily in a JupyterHub / Binder environment.

Installing code-server

``` RUN cd /opt &&

mkdir /opt/code-server && cd /opt/code-server && wget -qO- https://github.com/codercom/code-server/releases/download/1.32.0-245/code-server-1.32.0-245-linux-x64.tar.gz | tar zxvf - --strip-components=1

ENV PATH=/opt/code-server:$PATH ```

About

jupyter proxy for the coder.com code-server version of VScode

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.7%
  • Makefile 6.3%