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
- Host: GitHub
- URL: https://github.com/kakoni/vscodehub
- Owner: kakoni
- License: mit
- Created: 2022-02-04T16:05:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T16:53:30.000Z (over 3 years ago)
- Last Synced: 2025-02-15T15:51:19.010Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```