Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Unable to work with Ludwig. NameError: name 'ludwig' is not defined #19

#1

NameError: name 'ludwig' is not defined

I have installed all the packages and lib needed. I am using Jupiter notebook

  • replies 2
  • views 1.6K
  • likes 0
#2
error.png
#3

Hi, the message means that Ludwig is not available in your environment.
There could be a multitude of reasons for that. one could be that you are starting the jupyter notebook from a different virtual environment from the one where you installed Ludwig.

Please show the output of pip freeze before starting jupyter to confirm that.