Skip to content

Instantly share code, notes, and snippets.

@askiiart
Last active October 6, 2022 03:57
Show Gist options
  • Save askiiart/3c5a3fb05a4e506f455b5c74227050a1 to your computer and use it in GitHub Desktop.
Save askiiart/3c5a3fb05a4e506f455b5c74227050a1 to your computer and use it in GitHub Desktop.
Some cool jupyter notebooks

Cool Jupyter Notebooks

Some Jupyter Notebooks, most hosted on google colab, that I think are cool. These can all run in the free version of google colab (on a Tesla K80).

Image Generation

Image Upscaling and Enhancement

Local Runtimes

Here's a guide to connecting a local Jupyter runtime to the Google Colab interface. Make sure to get into the directory you want before starting jupyter, as Colab just runs in the directory you're already in.

To do a Jupyter runtime on a remote machine using ssh for port forwarding, you can do this:

ssh -L 8888:localhost:8888 user@remote.address

Just replace user with the username for the remote machine you're running Jupyter on, and remote.address with the address of the remote machine. Then, for a normal Jupyter lab interface, you can run jupyter-lab and go here, or you can follow the guide above to use a remote runtime with the Google Colab interface.

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