Giter VIP home page Giter VIP logo

compthink's People

Contributors

vangberg avatar

Watchers

 avatar  avatar

compthink's Issues

Scratchpad

I am constantly creating new blocks just to try out something. Maybe a scratchpad of some sort would be nice.

GPT integration

I am constantly using GPT-3 to help me out as I am learning Julia. Would be nice to have it integrated in Pluto.

image

Persistent bindings

I use a TextField binding to store e.g. API tokens so my notebook can be used by other people. Would be neat if the value of a binding could be stored e.g. in LocalStorage.

Update-as-you-type

Screencast.from.2022-11-10.12.02.04.webm

It would be cool if things updated as you typed

Default to begin...end

image

This happens all the time. What if new blocks defaulted to this:

begin
  <CURSOR>
end

If a block only has one line when being saved, the begin/end could automatically be removed.

Or simply add begin/end? Would it ever be dangerous to do so?

Autofocus

When I tab out of my browser to consult e.g. a PDF and I tab back, focus is lost. Would be nice to autofocus the code block that was in focus when I tabbed away.

Disable cells: "run once"

In practice I disable cells so that I can avoid excessively calling expensive API's. When I have everything ready, and want to call the API, I enable the cell, and then disable it again. A "run once" button would be nice.

Undo

I am constantly adding a new cell accidentally, by pressing Ctrl-Enter instead of Shift-Enter. Then I try to undo it by pressing Ctrl-Z, but it does not work.

Jump to definition

It is nice that you can Ctrl-Click to go to the defintion of a function. It is less nice that you cannot easily go back to where you came from. Maybe use pushState so the browser's back button works?

Live Docs are awesome

Screencast.from.2022-11-10.12.14.35.webm

So why not let them take up the whole height of the window?

Notebook initialization

When you first open a notebook, all cells have to run. It would be nice with some sort of indicator showing that some cells are running.

Auto-disabling cells

image

This keeps tripping me up:

  1. I am in a fairly long notebook.
  2. I declare some variable, e.g. a.
  3. I am told that it has been defined previously, and that the cell where it was previously defined has been disabled.

The problem is, that I do not do this on purpose. I simply forgot that I had previously used a. To fix it I:

  1. Rename the variable in my most recent block.
  2. Go looking for the previous definition in the notebook, so I can re-enable the cell.

The last step is what bothers me, because the previous/first definition is probably in a different 'area' of the notebook, and it breaks my flow.

LiveView for Pluto?

Write Pluto components in a LiveView-fashion. No need to know JavaScript. Performance less important for Pluto, fine that concurrency is limited?

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.