An open API service indexing awesome lists of open source software.

https://github.com/kakoni/vscodehub

Run VS Code using JupyterHub and dockerspawner
https://github.com/kakoni/vscodehub

Last synced: about 2 months ago
JSON representation

Run VS Code using JupyterHub and dockerspawner

Awesome Lists containing this project

README

        

# vscodehub
Run VS Code using JupyterHub and dockerspawner.

## Description
Run [VS Code](https://github.com/coder/code-server) browser version for multiple users.

## Get started
1. Create docker network
```docker create network jupyterhub_network```

2. Start with ```docker-compose up```

3. Browse to ```http://localhost:8000```