Install SignalPilot
Python package for Jupyter notebooks. Install directly from PyPI with pip.
Install SignalPilot AI
Installation Guide
Follow these simple steps to install SignalPilot
Frequently Asked Questions
Common issues and solutions for SignalPilot installation
Extension not appearing in JupyterLab:
• Restart JupyterLab completely after installation
• Check the right sidebar for the signalpilot-ai extension
• Ensure you're using JupyterLab 4.0+ (not Jupyter Notebook)
• Clear your browser cache and refresh
Permission errors during installation:
Still having issues?
Check that all requirements are met:
Should show Python 3.10+ and JupyterLab 4.0+
Q: I'm having issues installing with conda, what should I do?
A: Use pip within your conda environment for the best compatibility.
Activate your conda environment first:
Then install SignalPilot with pip:
If you need to create a new environment with the right Python version:
Q: Can I use SignalPilot with Jupyter Notebook?
A: No, SignalPilot currently only supports JupyterLab 4.0+. Jupyter Notebook (the classic notebook interface) is not supported.
To switch from Jupyter Notebook to JupyterLab:
Then start with: jupyter lab instead of jupyter notebook