Ask Your Question

Tbecket's profile - activity

2015-09-08 10:51:59 +0200 received badge  Famous Question (source)
2015-06-21 11:44:21 +0200 received badge  Popular Question (source)
2015-06-21 11:44:21 +0200 received badge  Notable Question (source)
2015-04-24 16:44:17 +0200 received badge  Student (source)
2015-04-24 10:48:14 +0200 asked a question Sage 6.6: ipython notebook fails to load - OSX

I just downloaded Sage 6.6 and tried to launch the ipython (jupyter) notebook, with

$ /Applications/Sage-6.6.app/Contents/Resources/sage/sage -ipython notebook

This results in the following error:

[I 10:45:08.225 NotebookApp] The IPython Notebook is running at: http://localhost:8888/
[I 10:45:08.225 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
dyld: Symbol not found: _sqlite3_intarray_bind
Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
Expected in: /Applications/Sage-6.6.app/Contents/Resources/sage/local/lib/libsqlite3.dylib
in /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

This is on Stock Mavericks on OSX (no Xcode installed). Any clues?