You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by mikerife October 16, 2023
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:
Discussed in #2425
Originally posted by mikerife October 16, 2023
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
I would propose to create an installation context, so you can do:
pip install "ansys-mapdl-core[jupyter]"
The text was updated successfully, but these errors were encountered: