jaungiers / LSTM-Neural-Network-for-Time-Series-Prediction

LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data
GNU Affero General Public License v3.0
4.79k stars 1.95k forks source link

Ipykernel Missing #88

Open marciahon29 opened 3 years ago

marciahon29 commented 3 years ago

I try to run, but I get the following error:

Traceback (most recent call last): File "", line 17, in File "C:\Users\Marcia\AppData\Local\Programs\Python\Python35\lib\site-packages\matplotlib\pyplot.py", line 116, in _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup() File "C:\Users\Marcia\AppData\Local\Programs\Python\Python35\lib\site-packages\matplotlib\backends__init__.py", line 60, in pylab_setup [backend_name], 0) ImportError: No module named 'ipykernel'