Skip to content

Instantly share code, notes, and snippets.

@dcolinmorgan
Last active September 13, 2022 02:35
Show Gist options
  • Save dcolinmorgan/8cc654e1d46ab250871c728d7bc7baa2 to your computer and use it in GitHub Desktop.
Save dcolinmorgan/8cc654e1d46ab250871c728d7bc7baa2 to your computer and use it in GitHub Desktop.
jupyter/colab gist
## git PR local sync & checkout e.g.
git fetch origin pull/397/head:cuml
git checkout cuml
##local julia notebook
julia -e 'using IJulia; IJulia.notebook()'
##connect colab to local runtime
##https://research.google.com/colaboratory/local-runtimes.html
jupyter notebook \
--NotebookApp.allow_origin='https://colab.research.google.com' \
--port=8888 \
--NotebookApp.port_retries=0
alias samples='cd ~/../../../storage/holab/hbyao/garyread/dialist'
alias bact='cd ~/../../../storage/holab/hbyao/bac'
alias samples='/groups/cgsd/gordonq/LauG_Metagenomics_CPOS-200710-CJX-3455a/filtered'
# conda create -n mypy3 python=3.7
source activate mypy3
jupyter lab --no-browser --port 8978
# pip install -e ../../netZooPy
## link conda environment to jupyter
#conda install ipykernel
#python -m ipykernel install --user --name= "<YourEnvName>"
http://biomed1.sbms.hku.hk/
https://medium.com/spencerweekly/remote-jupyter-lab-how-to-utilize-jupyter-lab-to-its-fullest-on-a-remote-server-2a359159d2f6
@dcolinmorgan
Copy link
Author

switch to public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment