--- id: jupyter-server-terminals version: "0.5.4" license: BSD 3-Clause License - Copyright (c) 2021-, Jupyter Development Team Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following… (full text in the JSON record) license_treatment: permissive maintenance: aging --- # jupyter-server-terminals — A Jupyter Server Extension Providing Terminals. License: permissive · Maintenance: aging · Popularity: top 1,000 on PyPI ## Install pip install jupyter-server-terminals uv add jupyter-server-terminals poetry add jupyter-server-terminals ## Description # Jupyter Server Terminals [![Build Status](https://github.com/jupyter-server/jupyter_server_terminals/actions/workflows/test.yml/badge.svg?query=branch%3Amain++)](https://github.com/jupyter-server/jupyter_server_terminals/actions?query=branch%3Amain++) [![Documentation Status](https://readthedocs.org/projects/jupyter-server-terminals/badge/?version=latest)](http://jupyter-server-terminals.readthedocs.io/en/latest/?badge=latest) Jupyter Server Terminals is a Jupyter Server Extension providing support for terminals. ## Installation and Basic usage To install the latest release locally, make sure you have [pip installed](https://pip.readthedocs.io/en/stable/installing/) and run: ``` pip install jupyter_server_terminals ``` Jupyter Server Terminals currently supports Python>=3.6 on Linux, OSX and Windows. ### Testing See [CONTRIBUTING](./CONTRIBUTING.rst#running-tests). ## Contributing If you are interested in contributing to the project, see [CONTRIBUTING](./CONTRIBUTING.rst). ## About the Jupyter Development Team The Jupyter Development Team is the set of all contributors to the Jupyter project. This includes all of the Jupyter subprojects. The core team that... [View on SkillFed](https://skillfed.io/packages/jupyter-server-terminals) · [View on PyPI](https://pypi.org/project/jupyter-server-terminals/)