Changes between Initial Version and Version 1 of Ticket #12719, comment 126
- Timestamp:
- 10/10/12 05:55:32 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12719, comment 126
initial v1 1 1 Yes, tornado and zmq (pyzmq) are required for the ipython notebook. That's not part of this ticket. 2 2 3 And yes, the ipython notebook is very nice. After loading it up, try doing `%load_ext sage.misc.sage_extension` to get some sage goodness, like the preparser, etc.! 3 And yes, the ipython notebook is very nice. After loading it up, try doing 4 {{{ 5 %load_ext sage.misc.sage_extension 6 }}} 7 to get some sage goodness, like the preparser, etc.! 4 8