AWS Sagegemaker Jupyter NotebookΒΆ

Upgrading the kernelsΒΆ

I wanted to upgrade the version of pandas that comes with AWS Sagemaker Notebook to > 1.1 because this simplify handling of group by with null or NaN values.

First, figure out what kernel your notebook is using (top right). - You can list the available environments as follows:

conda info --envs

Now switch into the required kernel:

source /home/ec2-user/anaconda3/bin/activate python3

Comments

comments powered by Disqus