program-synthesis / setup_jupyter.sh
ayushnoori's picture
Base repository files
ecbc9c7
raw
history blame
110 Bytes
#!/bin/bash
conda deactivate
source synthesis_env/bin/activate
jupyter notebook --port=54321 --browser='none'