##// END OF EJS Templates
Initial updates to magics re: `%load_ext`, etc....
Initial updates to magics re: `%load_ext`, etc. Also copied over preamble from octavemagic doc regarding installation of appropriate packages to other magics, and a note about installing R or Octave separately where relevant.

File last commit:

r8525:61ef7793
r12534:a3ae25a5
Show More
__init__.py
4 lines | 87 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *