Using Jupyter and PyMAPDL #2425
mikerife
started this conversation in
Tips and Tricks
Replies: 1 comment
-
Hi Mike. I did follow your suggestion and I implemente a context in the pyproject. See #2470 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Jupyter Lab and PyMAPDL on an MS Windows machine I've found that installing Jupyter and PyVista the following way is complete and avoids some issues when installing individually:
pip install "jupyterlab>=3" ipywidgets "pyvista[all,trame]"
PyVista page
note the double quotes in the pip install line compared to the PyVista page.
Mike
Beta Was this translation helpful? Give feedback.
All reactions