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

wgx731/CodingGirls-Python-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Basics For CodingGirls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published