Simple samples to develop Dash - A web application framework for Python and jupyter-notebook applications on gitpod. You can develop and analyse everywhere you like!
Type in terminal: $ python3 dash_intro.py
Type in terminal: $ python3 file_handling.py
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.)
MIT