codepod icon indicating copy to clipboard operation
codepod copied to clipboard

Codepod IDE: Scalable Interactive Coding

Results 81 codepod issues
Sort by recently updated
recently updated
newest added

We shall allow users to add tags to cells/pods. In this way, exporting or auto-layouting cells/pods can be much easier. For example, only exporting cells/pods of certain tags. Or grouping...

enhancement

We need to create some example projects and walk-thrus for help new users get familiar with our UI.

Jupyter has magic commands, especially enabling running shell commands from a Jupyter cell, like `!ls`. Currently it is not supported. Please add the support.

enhancement

Here are some UI improvements to be done in preparing for initial release. Must-have: - [ ] A modern dashboard displaying user projects as cards or list elements, as in...

The undo/redo for monaco should be already supported out of box. We need undo/redo for canvas, e.g., - add a node - remove a node - drag into/out-of a scope

We probably want both: - Google-docs-like history for everyday edits and - git-based version control when a commit is desired.

This is what DeepNote does. 1. If I am trying to import a module that is not installed, it will give me a clickable link (blue font over yellow background)....

enhancement

Take a look at this https://www.reviewnb.com/

Fast prototyping an idea in scripting usually means little proper modularization. Lengthy code runs from line 1 to line 500 in the same namespace. Global variables. However, quite often, we...

enhancement