Skip to content

Instantly share code, notes, and snippets.

View PratyushTripathy's full-sized avatar

Pratyush Tripathy PratyushTripathy

  • University of California, Santa Barbara
View GitHub Profile
@jaredyam
jaredyam / ssh-jupyter-fromMacToWSL.md
Last active August 22, 2023 04:50
Steps to access your remote Jupyter Notebook from macOS to Windows subsystem linux.

client side

  1. ssh your remote server: ssh username@serverip;

server side

  1. source a Python environment which has the Jupyter installed;
  2. execute:
    $ jupyter notebook --no-browser --port=8889 --NotebookApp.allow_origin="*" --ip=serverip --NotebookApp.token=''