What to do for using the IPython notebook?
I've installed the git version of sage (currently 6.7), but I'm not sure how to use the IPython notebook. I've tried
./sage -ipython notebook
but it does not work.
Am I doing it right?
PD: I installed libssl-dev
$ sudo aptitude install libssl-dev
What do you mean by "it does not work" ? Did you get an error message ? Which one ? What hapened ?
@tmonteil I didn't know a was supposed to re
make
after installinglibssl-dev
. Now it works!