Hello, I hope this isn’t a known issue, I didn’t find anything about it on the forum.
I computed some 3D solution in a given domain, and I wanted to plot a 2D cross-section of that solution in Jupyter-Notebook.
I found this topic : https://fenicsproject.org/qa/2775/visualization-of-2d-cross-sections-from-3d-mesh-solution/ ; and saw that it could be handled with fenicstools and scitools
However, when i tried to install those two module (pip3 install fenicstools and pip3 install scitools), I got the following errors respectively:
“Client Error: Not Found for url: https://pypi.org/simple/fenicstools/”
“Could not find a version that satisfies the requirement scitools (from versions: )
No matching distribution found for scitools”
Does anyone know how to solve this?
Thanks a lot!
Grepnas.