GitHub - joaopalmeiro/template-python-miniconda-notebook: Opinionated Python + Miniconda template for new notebooks. (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
template-python-miniconda-notebook
Opinionated Python + Miniconda template for new notebooks.
Getting Started
- Go to or create the project folder.
- Get the template files:
npx degit github:joaopalmeiro/template-python-miniconda-notebook
or
npx degit github:joaopalmeiro/template-python-miniconda-notebook --force
- Search for
template-python-miniconda-notebook
and replace it with the project name. Ignore the template repository URL in the NOTES.md file. - Search for
Opinionated [Python](https://www.python.org/) + [Miniconda](https://docs.anaconda.com/free/miniconda/) template for new notebooks.
and replace it with the (short) project description. - Search for
João Palmeiro
and replace it with the author's name. - Open the environment.yml file and add the project-specific dependencies.
- Delete the TEMPLATE.md file.
- Delete the Getting Started section.
Development
Install Miniconda (if necessary).
conda env create -f environment.yml
conda activate template-python-miniconda-notebook