GithubHelp home page GithubHelp logo

isabella232 / reactivepy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jupytercalpoly/reactivepy

0.0 0.0 0.0 158 KB

A reactive Python kernel

License: BSD 3-Clause "New" or "Revised" License

Python 99.95% Shell 0.05%

reactivepy's Introduction

reactivepy

Stability Experimental

Binder

A reactive Python kernel. Whenever a variable value is changed, the kernel automatically executes its dependencies (any cells which use that variable) with the updated value. As of now, reactivepy can also support asynchronous functions.

Each notebook cell for a reactive kernel contains a single definition of a variable, function, or class.

When a cell is run, the kernel conducts static analysis to automatically extract and run dependencies -- saving users the trouble of remembering dependencies and re-running individual cells.

Dependencies

  • ipython>=4.0.0
  • jupyter_client
  • tornado>=5.0
  • ipykernel>=4.8

Install

git clone https://github.com/jupytercalpoly/reactivepy.git
pip install .

Develop

git clone https://github.com/jupytercalpoly/reactivepy.git
pip install -e .

TODO

  • Move execution out of a queue, this will allow executions to interleave
  • Support deleting unnamed nodes (nodes which do not export any variables). This will reduce space usage and reduce unnecessary computation
  • Fix error with being unable to define a node after initially erroring out while creating it

Test

Requirements

Install pytest and pytest-asyncio using conda or pip:

conda install pytest pytest-asyncio

Then run

pytest .

reactivepy's People

Contributors

declanvk avatar ellisonbg avatar gnestor avatar richagadgil avatar takashimokobe avatar willingc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.