https://github.com/dito97/notebook-parametrization
A cross-platform example of notebook parametrization in the background
https://github.com/dito97/notebook-parametrization
jupyter-notebooks parametrization pipeline
Last synced: 3 months ago
JSON representation
A cross-platform example of notebook parametrization in the background
- Host: GitHub
- URL: https://github.com/dito97/notebook-parametrization
- Owner: DiTo97
- Created: 2023-04-18T07:57:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T19:45:59.000Z (over 2 years ago)
- Last Synced: 2025-10-25T23:55:13.956Z (8 months ago)
- Topics: jupyter-notebooks, parametrization, pipeline
- Language: Batchfile
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A cross-platform example of notebook parametrization in the background with papermill.
## setup
```sh
git clone https://github.com/DiTo97/notebook-parametrization.git
cd notebook-parametrization
```
```sh
conda create --name=notebook-parametrization python=3.10
conda activate notebook-parametrization
```
```sh
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
```
## usage
```sh
.\run_notebook.bat [--configdir ] [--logdir ] [--background] # windows
```
```sh
./run_notebook.sh [--configdir ] [--logdir ] [--background] # linux or macOS
```
## example
```sh
.\run_notebook.bat notebook.ipynb norway --background # windows
```
```sh
./run_notebook.sh notebook.ipynb UK --background # linux or macOS
```
