Skip to content

fishkq/jupyter_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

From scratch

python -m venv .venv
source .venv/Scripts/activate
python -m pip install jupyter 
python -m pip install pandas
python -m pip install matplotlib
python -m pip install openpyxl
python -m freeze > requirements.txt

From based project

python -m venv .venv
source .venv/Scripts/activate
python -m pip install -r requirements.txt

File list

  • pandas_test.ipynb

    a short introduction to pandas

About

Python demos using Jupyter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published