adtzlr / felupe-web

Notebooks for FElupe

Home Page:https://adtzlr.github.io/felupe-web/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notebooks for running FElupe in the Browser.

FElupe Binder lite-badge Open In Colab

JupyterLite

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.

MyBinder and Google Colab

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 downloads vtk via pip and breaks the interactive outputs.

Google Colab

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.