Install julia:
julia-1.6.4-win64.exe) and run.Install IJulia (which is essential for jupyter notebook)
add IJulia(@v1.6) pkg> add IJulia or julia> using Pkg; Pkg.add("IJulia") do exactly the same job.💡Hint: In julia REPL,
- Press
]to switch to package mode (e.g.julia>➡️(@v1.6) pkg>)- Press
Backspaceto switch to back to coding mode (e.g.(@v1.6) pkg>➡️julia>)
Conda and configuring Julia to work with JupyterLab¶Also see this.
using Pkg
Pkg.add("Conda");
Pkg.build("Conda"); # required otherwise error will occur while using Conda
using Conda
Conda.add("jupyterlab"); # automatically download and install miniconda
Every time you want to initiate jupyter notebook, run julia REPL and
using IJulia;
notebook() # open jupyter notebook
Similar to whom use Anaconda, add the following to PATH if you want to use the installed jupyter or jupyter lab in CMD.
C:\Users\USERNAME\.julia\conda\3\Scripts C:\Users\USERNAME\.julia\conda\3\Library\binC:\Users\USERNAME\.julia\conda\3