Python Forum
It says there is no keras in jupyter notebook. it is wrong there is a keras install
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
It says there is no keras in jupyter notebook. it is wrong there is a keras install
#1
When I run the following code, I get the error shown below.

import tensorflow as tf
from tensorflow import keras
from tensorflow.keras import layers
Output:
ImportError Traceback (most recent call last) <ipython-input-6-7abbf1c8e6c0> in <module> 1 import tensorflow as tf ----> 2 from tensorflow import keras 3 from tensorflow.keras import layers ImportError: cannot import name 'keras'
But keras is there as shown here:

Output:
jupyter_core 4.7.1 py38haa95532_0 jupyterlab-widgets 1.0.0 pypi_0 pypi jupyterlab_pygments 0.1.2 py_0 keras 2.4.3 pypi_0 pypi keras-preprocessing 1.1.2 pypi_0 pypi keras-tuner 1.0.2 pypi_0 pypi kiwisolver 1.3.1 pypi_0 pypi langdetect 1.0.8 pypi_0 pypi
I am using Windows 10 home version with 64bit. The tensorflow version is 2.4.1. It still does not like this line number two.

Output:
from tensorflow import keras
How do I get rid of this error?

Any help appreciated. Thanks in advance.

Respectfully,

LZ
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  My code works on Jupyter Lab/Notebook, but NOT on Visual Code Editor jst 4 1,009 Nov-15-2023, 06:56 PM
Last Post: jst
  Navigating file directories and paths inside Jupyter Notebook Mark17 5 706 Oct-29-2023, 12:40 PM
Last Post: Mark17
  How to programmatically stop a program in Jupyter Notebook? Mark17 11 37,100 Feb-12-2023, 01:41 PM
Last Post: jp21in
Thumbs Up Python 3 Jupyter notebook ternary plot data nicholas 0 936 Jan-21-2023, 05:01 PM
Last Post: nicholas
  Graphs from Jupyter notebook to word Scott 0 886 Nov-28-2022, 06:16 AM
Last Post: Scott
  Am I wrong or is Udemy wrong? String Slicing! Mavoz 3 2,552 Nov-05-2022, 11:33 AM
Last Post: Mavoz
  Opening an empty Jupyter notebook in VSCODE Krischu 3 1,836 Mar-09-2022, 01:57 PM
Last Post: Larz60+
  How to do line continuation in Jupyter Notebook? Mark17 4 5,479 Sep-22-2021, 04:22 PM
Last Post: ibreeden
  Jupyter Notebook as IDE bytecrunch 0 1,605 Sep-12-2021, 07:41 PM
Last Post: bytecrunch
  importing matplotlib in jupyter notebook Led_Zeppelin 4 3,469 Feb-25-2021, 07:28 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020