Notebooks for running FElupe in the Browser.
Due to limitations using JupyterLite / Pyodide, the parallel
-evaluation mode of a Job
is not available. The computation is performed on the client side. Hence, the computation performance depends on the client. Python is running in 32bit mode. Visualizing the simulation model is not possible, i.e. felupe.View
is not available in JupyterLite.
Note
Select and delete all files in JupyterLite to delete all local files and to restore the files provided by the repository.
The most complete package is available via MyBinder. The computations are performed in virtual machines with limited memory.
Warning
Never run!pip install felupe[all]
in a MyBinder environment because this downloadsvtk
via pip and breaks the interactive outputs.
Computations are performed in virtual machines with limited memory. Colab offers Pro plans providing more memory and computation power. Visualizations of the simulation model are limited in Colab, i.e. felupe.View
is only available with a static backend in Colab.