Hello,  
Configuration: 
Macbook Pro, macOS 10.13.6
Sage 9.2 (running after many manipulations that I may describe if someone 
interested)
Using Jupyter NB

Question : Sage has its own python installation, so modules imported on a 
separate installation are not known. 
One solution is to add in any JupyterNB a first cell containing
import sys
sys.path
sys.path.append('/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages')

Is there a way to add permanently the path without using this trick ?

Thanks,

     Blues

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/0d0a0c2c-df81-4996-83ce-7c51941664fan%40googlegroups.com.

Reply via email to