Revision 2a18330ebdf90323857fcfa82aebed21f5d97440 authored by Ryan on 23 October 2017, 19:16:37 UTC, committed by GitHub on 23 October 2017, 19:16:37 UTC
2 parent s e9a9176 + 30919b8
Raw File
start_jupyter.sh~
#!/bin/bash

export PYTHONPATH=$PYTHONPATH:$(pwd)
jupyter notebook
back to top