{"library":"spyder-kernels","title":"Spyder Kernels","type":"library","description":"Spyder-kernels provides the Jupyter kernels required for Spyder's console to run Python code. It enables Spyder to execute code in separate environments, ensuring isolation and flexibility for different projects. The current version is 3.1.4 and it typically releases new versions in sync with major Spyder IDE updates.","language":"python","status":"active","last_verified":"Fri Apr 17","install":{"commands":["pip install spyder-kernels"],"cli":null},"imports":[],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://www.spyder-ide.org","github":"https://github.com/spyder-ide/spyder-kernels","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spyder-kernels/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import sys\nprint(f\"Hello from Spyder kernel!\\nPython version: {sys.version}\")\n# This code would be run directly in the Spyder IDE's console.","lang":"python","description":"To use spyder-kernels, simply install it in the Python environment you wish Spyder to interact with. Once installed, launch Spyder and select that environment as your console's interpreter (e.g., via `Tools > Preferences > Python interpreter`). Then, execute code directly in the IPython console.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}