Git Product home page Git Product logo

Comments (3)

rjurney avatar rjurney commented on August 15, 2024

What is required to make this work? Is it mainly inspect stuff?

from flor.

rlnsanz avatar rlnsanz commented on August 15, 2024

Yes, mainly. We do program analysis, so we need to be able to grab code from Jupyter Cells or ipython. If people put all of their code inside a decorated function, then supporting interactive environments wouldn't be an issue. But people follow a different pattern: people run code in other cells, and expect that state and global variables to be available when they run the next cell (not weird, just hard for us). This requires us to (in the worst case) grab code from every other cell in the Jupyter notebook, and know which cells were run and in what order.

Moreover, I'm not convinced that asking people to put their code inside a function for Flor to process it is the right interaction for Jupyter Notebooks. People want immediate feedback when they run each cell, they want to see the intermediate results, not just the output of a function. To support this interaction, we'll have to work tightly with Jupyter notebooks.

from flor.

rlnsanz avatar rlnsanz commented on August 15, 2024

Added support for Jupyter notebooks. Here is an example

We'll follow up with some documentation

from flor.

Related Issues (20)

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.