Skip to main content
Question

Is there a way to update the Python notebook being used within MLWB? I have it on 3.8.6, but I require it to be at least 3.9 or higher

  • June 18, 2024
  • 1 reply
  • 14 views

herique.sarme
Level 3
Forum|alt.badge.img+8

I want to use certain ML libraries that require python 3.9 or higher to work properly, but my MLWB is on 3.8.6, is there a way to update it? If so, how?

1 reply

Forum|alt.badge.img+8

Hi Herique,

 

To update the pycelonis package to the latest version, you can run the following command :

 

pip install --upgrade pycelonis

 

To install a particular version of pycelonis, you can try :

 

pip install pycelonis==x.y.z

 

Hope this works for you!

 

Best,

Riddhi