Skip to content

suqi/data-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-blog

Data blog generated with Jupyter & MkDocs

0. Requirements

  1. conda
  2. Jupyter
  3. MkDocs

1. Setup Env

conda update conda
conda env create --name data --clone root
source active data
pip install mkdocs

2. Start Jupyter

jupyter notebook --config config/jupyter_notebook_config.py

3. Deploy to GitHub Pages

mkdocs gh-deploy --clean

About

Data blog generated with Jupyter & MkDocs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.9%
  • Jupyter Notebook 29.1%