I am getting the following error when trying to run this package with a jupyter notebook with python 2.7.12 and ipython==5.8.0 jupyter==1.0.0. Seems like a conflict due to a newer version of ipython.
/user/HS128/dh00601/.pyenv/versions/2.7.8/envs/testvenv/local/lib/python2.7/site-packages/fortranmagic.py:147: UserWarning: get_ipython_cache_dir has moved to the IPython.paths module since IPython 4.0.
self._lib_dir = os.path.join(get_ipython_cache_dir(), 'fortran')
Javascript Error: $ is not defined
LS,
I am getting the following error when trying to run this package with a jupyter notebook with python 2.7.12 and ipython==5.8.0 jupyter==1.0.0. Seems like a conflict due to a newer version of ipython.