yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #15058
Re: [Question #636678]: Jupyter notebook support
Question #636678 on Yade changed:
https://answers.launchpad.net/yade/+question/636678
Jan Stránský proposed the following answer:
Just a note, you can have installed both yadedaily and yade alongside
Concerning the import error, I got completely different error :-)
as a workaround, try to use symbolic link:
mkdir /some/path/for/the/link # like /home/USERNAME/include
ln -s /usr/bin/yadedaily /some/path/for/the/link/myyade.py #
python
>>> import sys; sys.path.append('/some/path/for/the/link')
>>> import myyade
It worked for me
cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.