5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export KHEOPS_EXAMPLES_DIR=$PWD
|
|
jupyter notebook --notebook-dir=docs/jupyter/
|