[+] git switch script

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-05-26 03:34:11 -04:00
parent 6f55827468
commit eb9eb07a18
3 changed files with 39 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/zsh
/home/azalea/.pyenv/shims/python -m jupyter lab \
--notebook-dir=/home/azalea/Desktop/Replication \
--no-browser \
--ServerApp.password='sha1:c63de8bd7c4a:c1f4a1234608b7032f51277abf7d9da8703d24d6' \
--ServerApp.port=8349 \
--ServerApp.allow_origin='*'