Loading repository data…
Loading repository data…
aws-samples / repository
This repo provides a couple of easy-to-use template scripts to help you set up a custom jupyter kernel on a AWS Sagemaker Jupyter Notebook Instance.
There are several built-in Juptyer Kernels ready-to-use when working on an AWS Sagemaker Jupyter Notebook Instance. They are easy to use but generally not convenient to customize:
This repo provides a couple of easy-to-use template scripts to help you set up a custom jupyter kernel on a AWS Sagemaker Jupyter Notebook Instance.
Need to edit environment.yml to specify your custom environment if you want to build a different Python Kernel to this example in this repo.
Run the command below to build the custom Python Kernel named Conda_my-custom-jupyter-kernel.
./build_env.sh
./start_env.sh
Conda_my-custom-jupyter-kernel as the Python Kernel.