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

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

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.