Skip to content

primed-lan-laucirica/WarpFusion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

WarpFusion

WarpFusion

Local installation guide for Windows

Run once

  1. Download and install git
  2. Download and install miniconda
  • You can skip these two steps and get a batch file here. Download it and run (doesn't matter which folder you run it from) It will download and install Git and Miniconda for you, you'll just need to accept all the incoming menus with default settings.

Run once per notebook version (recommended)

  1. Create a folder for WarpFusion. It's recommended to have a general folder for WarpFusion and subfolders for each version. Like C:\code\WarpFusion\v5.27.5\
  2. Download prepare_env_relative.bat and save it into your WarpFolder, C:\code\WarpFusion\v5.27.5\ in this example.
  3. Run prepare_env_relative.bat. It will create a virtual python environment called "env" inside our folder and install dependencies, required to run the notebook and jupyter server for local colab.
  4. Download run_relative.bat and save it into your WarpFolder, C:\code\WarpFusion\v5.27.5\ in this example.

Run to launch

  1. Execute run_relative.bat. It will activate the environment and start jupyter server.
  2. After the server has launched, go to https://colab.research.google.com
  3. Click File -> Upload Notebook and upload the *.ipynb file
  4. Click on the dropdown menu near "Connect" or "Reconnect" button on the topright part of the interface.
  5. Select "connect to a local runtime" and paste the URL that will be generated below, which looks like "http://localhost:8888/?token=somenumbers"
  6. Click "Connect" and CTRL+F9 to run all cells.

About

WarpFusion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published