Git Product home page Git Product logo

appyter's People

Contributors

avimaayan avatar dependabot[bot] avatar jpuerto-psc avatar u8sand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

appyter's Issues

Carriage Returns

Carriage returns do not clear the output of a cell. The output is only displayed at the end of the evaluation of the cell, even if prints are called during evaluation.

image

Evaluation persistence

People should be able to go back to an already evaluated notebook and see the results.

Also if you get disconnected during evaluation, your client should continue where it left off instead of restarting everything.

For this effort, the session ID should be available in the URL

Input fields do not accept variables

For example, if I declare and initiate my list list, then try to use list as my default for a StringField, jupyter notebook will return the issue of: Error: undeclared variable(s) {list}.

Markdown is invisible

from IPython.display import display, Markdown
display(Markdown("str"))
is not working. When I run the jupyter-template, it just shows that <IPython.core.display.Markdown object>

Working directory at evaluation time

The working directory should be the main notebook so that external scripts can be called if necessary, but files should automatically get put in a session based subdirectory referenced in the jupyter notebook.

Caching things

There are various places we could cache things to speed up execution over time and/or not do redundant work.

  • caching network requests
  • automatic function call memoization with joblib's Memory
  • cell with dependencies caching (docker-style)
  • duplicate input parameters

The progress bar turning to green is confusing

After uploading files, the progress bar changes colors from blue to green but it still looks like the upload did not finish. Make it clearer that the file was successfully uploaded.

Markdown is misplaced

I tried to display a markdown saying "PRE~~" on the top of the plot but it is placed on the bottom

스크린샷 2020-04-09 오전 11 25 21

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.