Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Latest commit

 

History

History
53 lines (30 loc) · 1.52 KB

README.md

File metadata and controls

53 lines (30 loc) · 1.52 KB

CodingGirls - Python Basics For Beginners

Prerequisite

Docker

Python 3

Jupyter

Local Docker Jupyter

Setup Jupyter Container

  • docker run -d --name <container-name> -p 8888:8888 jupyter/minimal-notebook start-notebook.sh --NotebookApp.password='sha1:03f78811b049:e461468440cecbd99ac8e79485392dacb44273cb'
  • open http://localhost:8888 in browser
  • login using password - password
  • upload index.ipynb

Remove Jupyter Container

docker rm -f <container-name>

Jupyter From Mybinder

Binder

NOTE: Mybinder instance may be shared by other users.

Contributing

Pull Requests are most welcome!

Thanks

CodingGirls-Python-Basics © 2016+, @wgx731. Released under the MIT License.

Authored and maintained by @wgx731 with help from contributors (list).

GitHub @wgx731