Thanks to visit codestin.com
Credit goes to github.com

Skip to content

davidhunteruk/itorch-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

itorch-notebook

Advantages

  • Torch installs global dependencies which are hard to remove. This is completely isolated from your host OS and will not mess it up!
  • Works out the box on Mac OSX, Linux, Windows
  • Use the awesome browser-based Jupyter notebook. Includes autocomplete, plotting, visualisation etc. See https://github.com/facebook/iTorch to see what it can do!
  • Keep your source files in your preferred directory (no need to transfer them into a VM)

Usage

To use iTorch in notebook mode, start the container, opening up port 8888:

docker run -it --rm -p 8888:8888 dhunter/itorch-notebook

# or to mount a host directory (containing notebook files for example)
docker run -it --rm -p 8888:8888 -v PATH_TO_HOST_DIRECTORY:/root/dev dhunter/itorch-notebook

# or to start a container and open a shell
docker run -it --rm  dhunter/itorch-notebook /bin/bash

Then visit localhost:8888 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors