- Thank you received: 0
installing ngsolve on anacoda notebook and working on juoyter nootebook
4 years 5 months ago #2789
by ankita
Here are the instructions I followed to install it:
On anaconda prompt:
conda config --add channels conda-forge
conda config --add channels ngsolve
conda install ngsolve
then I followed instructions as mentioned in ngsolve.org/docu/latest/install/usejupyter.html
an opened poisson.ipynb.
But it keeps showing ImportError : DLL load failed: The specified procedure could not be found.
Do I need to install poission.ipynb file in a specific location?
Please correct me if I am wrong somewhere or please provide step by step detailed procedure to download and make ngsolve work on Jupiter notebook. [attachment=undefined]c1.png[/attachment]
Thanks in advance.
On anaconda prompt:
conda config --add channels conda-forge
conda config --add channels ngsolve
conda install ngsolve
then I followed instructions as mentioned in ngsolve.org/docu/latest/install/usejupyter.html
an opened poisson.ipynb.
But it keeps showing ImportError : DLL load failed: The specified procedure could not be found.
Do I need to install poission.ipynb file in a specific location?
Please correct me if I am wrong somewhere or please provide step by step detailed procedure to download and make ngsolve work on Jupiter notebook. [attachment=undefined]c1.png[/attachment]
Thanks in advance.
- christopher
- Offline
- Administrator
Less
More
- Thank you received: 101
4 years 5 months ago #2790
by christopher
Replied by christopher on topic installing ngsolve on anacoda notebook and working on juoyter nootebook
With conda i'd suggest to use conda to install jupyter as well.
instead of the pip install.
Is it possible that you have another Python installation on your computer that is found instead of the anaconda one?
Code:
conda install jupyter
Is it possible that you have another Python installation on your computer that is found instead of the anaconda one?
4 years 5 months ago #2794
by ankita
Replied by ankita on topic installing ngsolve on anacoda notebook and working on juoyter nootebook
what is another python installation? I have only anaconda navigator installed in my system in which I use only jupyter notebooks to run python. There in no other python ide installed.
I tried with the command that you mentioned, but still the error persists. Any other way to make this work?
I tried with the command that you mentioned, but still the error persists. Any other way to make this work?
- christopher
- Offline
- Administrator
Less
More
- Thank you received: 101
4 years 5 months ago #2795
by christopher
Replied by christopher on topic installing ngsolve on anacoda notebook and working on juoyter nootebook
Can you try installing ngsolve in a dedicated environment?
docs.anaconda.com/anaconda/navigator/getting-started/
Here is a guide on how to do this using anaconda navigator.
Maybe you have conflicting packages that could not be resolved in your base environment.
Best
Christopher
docs.anaconda.com/anaconda/navigator/getting-started/
Here is a guide on how to do this using anaconda navigator.
Maybe you have conflicting packages that could not be resolved in your base environment.
Best
Christopher
4 years 5 months ago #2805
by ankita
Replied by ankita on topic installing ngsolve on anacoda notebook and working on jupyter nootebook
Thanks Sir.
It worked.
Now, the codes are getting executed without error but the draw(mesh) method is not displaying any plot or figures for any functions. Why it could be so?
It worked.
Now, the codes are getting executed without error but the draw(mesh) method is not displaying any plot or figures for any functions. Why it could be so?
4 years 5 months ago - 4 years 5 months ago #2806
by dong
Replied by dong on topic installing ngsolve on anacoda notebook and working on jupyter nootebook
Maybe you run the .ipynb file. If so, please try to convert it to a .py file, and run it.
Last edit: 4 years 5 months ago by dong.
Time to create page: 0.098 seconds