WORKSPACE UNDER DEVELOPMENT!!!
Docker workspace to use Python on Ubuntu 22.04. It includes a local installation of the Peter Corke Robotics Toolbox and other usefull libraries.
- Requirements
- Installation
- Windows
- Linux
- Note
The virtual environment requires a linux system (or subsystem using WSL on Windows). It also require:
- git
- docker
- vscode with devcontainer extension
Clone the repository wherever you want
git clone --recursive https://github.com/GiorgioSimonini/python_ws.git
open the folder python_ws
with vscode
and click on Rebuild and Reopen in Container
or use ctrl+shift+P
to do the same.
Folder src/ into the python_ws folder is ignored on git, use submodules or other repositories to have source control.
To connect to an existing notebook kernel from a console use
%connect_info
on a code cell and execute
jupyter console --existing kernel-###.json
on a terminal using the kernel info ###