![]() |
v0.15.0 |
JupyterLab is a powerful interactive environment for working with code, notebooks, and data. If this is your first time here, donβt worry β hereβs a quick guide to help you get started:
In your folder, you'll see these notebooks to help you get started. Open them by right-click and selecting "Open With β Notebook":
mofem_spack_create_view
Create a spack view (a set of linked software packages) based on your selected MoFEM environment. Run this notebook before running any mofem simulation.
python_env_create_custom
Create your own Python environment with the packages you choose. Most of the packages should be preinstalled in the default python kernel, use this if you want anything more.
mofem_install_from_source
If you want full control: install MoFEM from source. You can choose build types, branches, and dependencies. Intended for developers or installing modules not included in the default installation.
.ipynb
)Shift + Enter
to run a cellDepending on the JupyterLab version, automatic scrolling of long cell outputs may not be enabled.
Here are two easy ways to keep your notebooks tidy:
This environment is built to help you explore, simulate, and develop. You're free to run code, install packages, or just poke around.
Enjoy and have fun! π