mgaitan / fortran_magic

An extension for IPython/Jupyter that helps to use Fortran in your interactive session.
BSD 3-Clause "New" or "Revised" License
117 stars 32 forks source link

Ipython and Javascript error #27

Open Sepulta opened 5 years ago

Sepulta commented 5 years ago

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.

/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