- Thank you received: 31
Conda installers available!
3 years 1 month ago #4034
by matthiash
Replied by matthiash on topic Conda installers available!
According to the documentation (
docu.ngsolve.org/latest/i-tutorials/inde...ighlight=nbextension
) you need to run
Best,
Matthias
Code:
pip3 install webgui_jupyter_widgets
jupyter nbextension install --user --py widgetsnbextension
jupyter nbextension enable --user --py widgetsnbextension
jupyter nbextension install --user --py webgui_jupyter_widgets
jupyter nbextension enable --user --py webgui_jupyter_widgets
Best,
Matthias
3 years 3 weeks ago #4050
by Wolff
Replied by Wolff on topic Conda installers available!
Dear all,
i have installed ngsolve as described in a new conda enviroment. Now i have the problem that when i use it in python the gui generally does not open. this means i have no visualization of my solutions. However, with Jupyter notebooks it works.
Thanks
Christian
i have installed ngsolve as described in a new conda enviroment. Now i have the problem that when i use it in python the gui generally does not open. this means i have no visualization of my solutions. However, with Jupyter notebooks it works.
Thanks
Christian
2 years 11 months ago - 2 years 11 months ago #4117
by Michael
Replied by Michael on topic Conda installers available!
Hello all,
i installed Netgen following the online instruction. I can run the tutorials by calling them over the command window. When i use Jupyter notebook, the gui is not opened. The script itself is working (i can see teh outputs in the Jupyter notebook). Do you hav any ideas?
Many Thanks,
Michael
i installed Netgen following the online instruction. I can run the tutorials by calling them over the command window. When i use Jupyter notebook, the gui is not opened. The script itself is working (i can see teh outputs in the Jupyter notebook). Do you hav any ideas?
Many Thanks,
Michael
Last edit: 2 years 11 months ago by Michael.
2 years 11 months ago #4119
by matthiash
Replied by matthiash on topic Conda installers available!
Hi Michael,
Did you run the commands mentioned above?
ngsolve.org/forum/ngspy-forum/972-conda-...ilable?start=36#4034
Best,
Matthias
Did you run the commands mentioned above?
ngsolve.org/forum/ngspy-forum/972-conda-...ilable?start=36#4034
Best,
Matthias
2 years 11 months ago #4120
by Michael
Replied by Michael on topic Conda installers available!
Hi Matthias,
yes I ran them. But the gui dos not open.
br,
Michael
yes I ran them. But the gui dos not open.
br,
Michael
2 years 11 months ago #4121
by matthiash
Replied by matthiash on topic Conda installers available!
Hi Michael,
Which Operating system are you running? Which version of Python and NGSolve?
Please post the output of
jupyter nbextension list
Also you might want to check the JavaScript Console output in your browser for error messages ( F12 in Chrome for instance).
Best,
Matthias
Which Operating system are you running? Which version of Python and NGSolve?
Please post the output of
jupyter nbextension list
Also you might want to check the JavaScript Console output in your browser for error messages ( F12 in Chrome for instance).
Best,
Matthias
Time to create page: 0.118 seconds