معرفی شرکت ها


cado-0.1.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python notebook development environment.
ویژگی مقدار
سیستم عامل -
نام فایل cado-0.1.8
نام cado
نسخه کتابخانه 0.1.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Chris Gregory
ایمیل نویسنده christopher.b.gregory@gmail.com
آدرس صفحه اصلی https://github.com/gregorybchris/cado
آدرس اینترنتی https://pypi.org/project/cado/
مجوز Apache Software License
<div align="center"> <img src="assets/cado-banner.png"> <h1>cado</h1> <p> <strong>Python notebook IDE with a focus on reactivity</strong> </p> <br> <div> <a href="https://badge.fury.io/py/cado"><img src="https://badge.fury.io/py/cado.svg" alt="PyPI"></a> <a href="https://pepy.tech/project/cado"><img src="https://pepy.tech/badge/cado" alt="Downloads"></a> <a href="https://github.com/gregorybchris/cado/actions/workflows/ci.yaml"><img src="https://github.com/gregorybchris/cado/actions/workflows/ci.yaml/badge.svg" alt="CI"></a> </div> <br> </div> ## About `cado` is a notebook IDE for Python, like [Jupyter](https://jupyter.org/), but with a reactive cell model, taking inspiration from [Observable](https://observablehq.com/). Each cell defines its own outputs that other cells can listen to. When a child cell runs, it uses cached outputs from parent cells. And when the output of a parent cell updates, the change propagates to all child cells automatically. ## Installation ```bash pip install cado ``` ## Features If you have ideas for new features feel free to create an issue or submit a pull request! - [x] Reactive cells - [x] Auto-save to disk - [x] Keyboard shortcuts - [x] Drag cells to reorder - [x] Markdown mode - [x] Notebook files viewer ## Usage ```bash # Start up a cado server cado up # Open http://0.0.0.0:8000 in a browser ``` You should now see a screen that lists out all of your notebooks. Click on the example notebook to get started. <p align="center"> <img style="inline-block; margin-right: 10px;" src="assets/notebooks-screen.png" height=400> <img style="inline-block" src="assets/notebook-screen.png" height=400> </p> ## Keyboard Shortcuts | Action | Command | | -------------------------------------------- | -------------- | | Make the cell above the active cell | `UpArrow` | | Make the cell below the active cell | `DownArrow` | | Run the active cell | `Shift+Enter` | | Clear the active cell | `Shift+Delete` | | Turn on edit mode | `Enter` | | Turn off edit mode | `Escape` | | Create a new cell before the active cell | `Control+a` | | Create a new cell after the active cell | `Control+b` | | Create a new cell at the end of the notebook | `Control+n` | | Delete the active cell | `Control+d` |


نیازمندی

مقدار نام
>=8.1.3,<9.0.0 click
>=0.70.0,<0.71.0 fastapi
>=1.9.0,<2.0.0 pydantic
>=0.15.0,<0.16.0 uvicorn[standard]


زبان مورد نیاز

مقدار نام
>=3.8.1,<4 Python


نحوه نصب


نصب پکیج whl cado-0.1.8:

    pip install cado-0.1.8.whl


نصب پکیج tar.gz cado-0.1.8:

    pip install cado-0.1.8.tar.gz