Skip to content

A Julia-installer for Windows platform, including top packages, Juno and Jupyter

Notifications You must be signed in to change notification settings

lodewykk/juliawin

 
 

Repository files navigation

Julia on Windows with batteries included

Juliawin is a Julia installer for Windows: it includes Julia as well as tools like Juno, VSCode, Pluto, Jupyter and the scientific Python stack. The installer is a single .bat file with a collection of batch and Julia routines to dynamically fetch and install all content from the original sources.

Juliawin sets out to be similar to https://winpython.github.io/ in outcome.

       

Instalation

  1. You can download and run the single Juliawin Bootstrap From Github.bat file,

  2. Or you can Ctrl+C and Ctrl+V the following command in Command Prompt or Ctrl+R:

cmd /c "powershell -c "(new-object net.webclient).DownloadFile('https://raw.githubusercontent.com/heetbeet/juliawin/main/Juliawin Bootstrap From Github.bat','%tmp%\_.bat')" & "%tmp%\_.bat""

Options

During installation, you have the option to choose any of the following packages

Outcome

Everything gets installed into a single self-contained directory. The result is completely portable and can be run from an external device:

About

A Julia-installer for Windows platform, including top packages, Juno and Jupyter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Batchfile 66.9%
  • Julia 18.8%
  • C 14.3%