https://github.com/tkomde/dash-and-jupyter-notebook-with-gitpod
Simple sample to develop dash on gitpod
https://github.com/tkomde/dash-and-jupyter-notebook-with-gitpod
Last synced: 3 months ago
JSON representation
Simple sample to develop dash on gitpod
- Host: GitHub
- URL: https://github.com/tkomde/dash-and-jupyter-notebook-with-gitpod
- Owner: tkomde
- License: mit
- Created: 2019-03-19T06:53:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T05:13:48.000Z (about 7 years ago)
- Last Synced: 2024-03-21T07:34:32.745Z (about 2 years ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 125 KB
- Stars: 15
- Watchers: 2
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dash-and-jupyter-notebook-with-gitpod
Simple samples to develop [Dash - A web application framework for Python](https://plot.ly/products/dash/)
and [jupyter-notebook](https://jupyter.org/) applications on [gitpod](https://gitpod.io/). You can develop and analyse everywhere you like!


# Usage
[](https://gitpod.io/#https://github.com/jins-tkomoda/dash-with-gitpod)
## Dash ~ simple sample
Type in terminal: $ `python3 dash_intro.py`
## Dash ~ file-open/upload sample
Type in terminal: $ `python3 file_handling.py`
## jupyter notebook
Type in terminal: $ `jupyter notebook`
After jupyter notebook start-up, you can see a message like followings in terminal.
```
To access the notebook, open this file in a browser:
file:///home/gitpod/.local/share/jupyter/runtime/nbserver-1516-open.html
Or copy and paste one of these URLs:
http://(ws-12345678-1234-1234-1234-1234567890ab or 127.0.0.1):8888/?token=abcdef1234567890123456789012345678901234567890
```
Then access http://ws-12345678-1234-1234-1234-1234567890ab:8888/?token=abcdef1234567890123456789012345678901234567890 in browser tab.
(Host name and token will be varied.)
# License
MIT