-
Notifications
You must be signed in to change notification settings - Fork 0
How to open Pluto notebooks
T4APlutoExamples contains tutorials/examples on quantics and tensor cross interpolation (TCI) and their combinations (QTCI). These tutorials are written in Pluto.jl notebook, reactive notebook for Julia users.
To open Pluto notebooks locally, clone our tutorial repository T4APlutoExamples and navigate to directory T4APlutoExamples
:
$ git clone https://github.com/tensor4all/T4APlutoExamples.git
$ cd T4APlutoExamples
$ Manifest.toml Project.toml README.md pluto_notebooks scripts
Then we also need to install Pluto.jl. To do this, type julia --project
in a terminal to open Julia REPL and run the following julia code:
$ julia --project
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.10.5 (2024-08-27)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> using Pkg; Pkg.instantiate()
Activating project at `~/tensor4all/T4APlutoExamples`
Continued from previous section, launch Pluto server locally via:
julia> using Pluto; Pluto.run()
[ Info: Loading...
┌ Info:
└ Opening http://localhost:1234/?secret=xxxxxx in your default browser... ~ have fun!
┌ Info:
│ Press Ctrl+C in this terminal to stop Pluto
└
This will open http://localhost:1234/?secret=xxxxxx in your default browser and you will see the following main menu of Pluto notebook:
To open pluto_notebooks/welcome.jl, enter pluto_notebooks/welcome.jl
in the text box under Open a notebook