Arnaud Sahuguet

Results 6 comments of Arnaud Sahuguet

I already tried. I have 0.15 installed globally. And it is not recognized by the notebook. I have tried to mess up with sys.path. Didn't work either. Since notebook is...

Renaming sklearn inside IPython-Notebook.app/Contents/Resources/virtualenv/lib/python2.7/site-packages and linking to 0.15 did the trick. ln -s /Library/Python/2.7/site-packages/sklearn .

another option that seems to be working is to remove the stale package from the IPython-Notebook.app/Contents/Resources/virtualenv/lib/python2.7/site-packages . The notebook then will use the version used by Python at the OS...

This issue I see is that the `reRender` method calls the `render` method which only returns an empty canvas and does not update the underlying chart. How could I make...

I managed to get something working using the `updated` method. Is it the best way to do it?

Here are the ways the 3 main model providers support alternate endpoints. # OpenAI For OpenAI, the `AzureOpenAI` offers a parameter to select the endpoint. ``` import os from openai...