##// END OF EJS Templates
Add mechanism to specify environment variables in kernel spec
Add mechanism to specify environment variables in kernel spec

File last commit:

r13347:54891794
r16349:4e57d823
Show More
__init__.py
4 lines | 88 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from ._jsonpointer import *