From 598305bc72839433d7724094e4272630666938d0 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Sat, 2 Mar 2024 10:42:32 +0100 Subject: [PATCH] Update documentation --- _sources/intro.md | 13 ++++++++++++- intro.html | 16 ++++++++++++++-- searchindex.js | 2 +- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/_sources/intro.md b/_sources/intro.md index 6fb2e798..1ceda499 100644 --- a/_sources/intro.md +++ b/_sources/intro.md @@ -32,7 +32,7 @@ If you like the material, show it by giving a star on github. ## Literature -* Lecture notes Schöberl and Faustmann+Schöberl +* Lecture notes Schöberl and Faustmann+Schöberl (available in TU-Wien TUWEL) Books: @@ -68,6 +68,17 @@ Known issues are - If you get an error like `externally-managed-environment`, then either use virtual environments, or add the flag `--break-system-packages` to the pip command, see [explanation](https://veronneau.org/python-311-pip-and-breaking-system-packages.html) +- If you have conflicts with other packages, you may install NGSolve in a [virtual environment](https://docs.python.org/3/library/venv.html#creating-virtual-environments). For example I did + + python3 -m venv /Users/joachim/numpde + source /Users/joachim/numpde/bin/activate + +- If NGSolve compuatations are working, but you don't get the rendering: For jupyter notebook version < 7.0.0 you have to run additionally + + jupyter nbextension install --user --py webgui_jupyter_widgets + jupyter nbextension enable --user --py webgui_jupyter_widgets + + If local installation does not work, there are alternatives: diff --git a/intro.html b/intro.html index 918dc762..7e84576a 100644 --- a/intro.html +++ b/intro.html @@ -487,7 +487,7 @@

An Interactive Introduction to the Finite Element Method

Literature#

Books: