Pkg
- Workflow
python -m pip install jupyterlab
python -m jupyter lab
%load_ext autoreload
%autoreload 2
- Upload package to PyPi (Python Package Index)
python -m pip install twine wheel
- Documentation
- Create Documentation automatically. Example config file | Explanation
- also sphinx (Private) and Restructured Text (Private)
Children