https://github.com/robmarkcole/jupyter-codespace
Tryout running jupyter notebooks in a Github Codespace
https://github.com/robmarkcole/jupyter-codespace
Last synced: about 1 year ago
JSON representation
Tryout running jupyter notebooks in a Github Codespace
- Host: GitHub
- URL: https://github.com/robmarkcole/jupyter-codespace
- Owner: robmarkcole
- License: apache-2.0
- Created: 2020-10-08T07:27:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T06:19:45.000Z (over 5 years ago)
- Last Synced: 2025-03-25T00:07:46.355Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupyter-codespace
Tryout running jupyter notebooks in a Github Codespace - basically vscode in the browser.
* To create this repo followed https://dlite.cc/2020/05/26/github-codespaces-machine-learning.html, repo [here](https://github.com/whisk-ml/disaster_tweets)
* uses https://github.com/Microsoft/vscode-python
* https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces
* Also a must read https://fastpages.fast.ai/codespaces
## Setup
* `pip install notebook`
* Open the notebook, vscode will start the server
* When prompted `Trust` the notebook
* Voila, you are using a notebook!s
### FAQ
* Each codespace is associated with a specific branch of a repository. You can create more than one codespace per repository or even per branch. However, each user account has a two-codespace limit during limited public beta.
* You can create a default codespace configuration for your repository that determines the environment of every new codespace anyone creates for that repository.