Skip to content

always-further/research-notebooks

Repository files navigation

Research NoteBooks

Setup Sagemaker Studio

In the SageMaker Studio Jupyter Lab, select terminal from the launcher.

image

In the terminal window, type this command which creates a new Python virtual environment, then downloads, extracts, and installs the specified version of Python that you need for your project.

conda create -n python_312 python=3.12.*

Source the new environment

source activate python_312

Install the neeeded modules

python -m pip install ipykernel jupyterlab matplotlib torch

Add the new kernel

python -m ipykernel install --user --name python_312 --display-name my_python_312_env

The new Python environment now appears in the SageMaker Studio Jupyter Lab launcher screen, select it, by selecting my_python_312_env

image

About

A collection of research notebooks for Agent based training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published