All Courses

Getting error in jupyter but working in Collab

By Manerushi149@gmail.com, 3 months ago
  • Bookmark
0

Getting error in for the code in jupyter but working in Google Collab 

Error
Jupyter
Google collab
2 Answers
0
Hitendradixit18@gmail.com

restart kernel

0
Goutamp777

There could be a number of reasons why a piece of code is working in Google Colab but not in Jupyter. Some possible reasons include:

  • Different versions of Python or libraries being used.
  • Different environment configurations.
  • Permissions issues with accessing certain files or directories.
  • Differences in how the code is executed (e.g. command line arguments, environment variables).
  • It would be helpful to see the error message or traceback in order to give a more specific answer.


Your Answer

Webinars

How To Land a Job in Data Science?

Apr 6th (7:00 PM) 190 Registered
More webinars

Related Discussions

Running random forest algorithm with one variable

View More