Giter Site home page Giter Site logo

nbloader's People

Contributors

post2web avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

beasteers

nbloader's Issues

Cell outputs are not displayed

Only print statements show up which is a bit limiting.

This seems to be because we are executing the code without using the ipython interpreter (exec(cell['code'], self.ns)) so we may need to look into doing that a bit differently.

Tags that cover multiple cells (feature request)

First of all, nice work on this package! I'm excited to start using it in one of my projects. One thing that would be helpful is if we were able to add tags that wrap multiple cells.

Looking through the source code, it seems like I can do what I want by adding tags with a certain name to each cell that I want to run so it's not super urgent, but it would be cleaner if we can just mark the beginning and end of a tag.

What we can do now:

# mytag
# mytag
# mytag
# mytag

What I'm proposing:

# begin:mytag
...
...
# end:mytag

I'm still unsure about what syntax we'd want to use for that, but it's the basic idea.

Another fun thought could be to tag cells using markdown headings. I think this could be quite semantic and useful. This might be a nice first step and would keep the API cleaner.

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.