Disclaimer: This is an early development preview
This is an extension for Jupyterlab, Jupyter Notebook, Spyder, Rapunzel, or any other application that uses a Jupyter/ IPython based console. It allows you to connect your Python session to SigmundAI. This is mainly intended as a tool for AI-assisted coding and data analysis.
IMPORTANT: By connecting your Python session to Sigmund, you give an artificial intelligence (AI) full access to your file system. You are fully responsible for all of the actions that the AI performs, including accidental file deletions. AI is a powerful tool. Use it responsibly and carefully.
output2.webm
pip install jupyter-extension-sigmund
This extension will be updated often. Please make sure to update it regularly!
pip install jupyter-extension-sigmund --upgrade
First load the extension with a magic command. This will work in any console that is based on Jupyter/IPython, including Jupyterlab, Jupyter Notebook, Spyder, and Rapunzel.
%load_ext jupyter_extension_sigmund
Next, start listening for Sigmund with another magic command:
%start_listening
Once the extension is listening, all you need to do is open https://sigmundai.eu in a browser. A connection will then automatically be established.
This software is licensed under the GNU General Public License v3.