appmode icon indicating copy to clipboard operation
appmode copied to clipboard

A Jupyter extensions that turns notebooks into web applications.

Results 6 appmode issues
Sort by recently updated
recently updated
newest added

Hello, I am currently trying to install the appmode extension on a remote server. It works well in the base configuration. But I would like to let access to some...

Often it may be advantageous to "jump in" while viewing a notebook in app mode and do some debugging in a code cell. Do you maybe have a pointer to...

enhancement

I love appmode, but I would like to display only certain markdown cells (e.g. the heading and the markdown that describes my dashboard). I've been keeping two branches for this...

enhancement

Right now when I launch the appmode demo from the link from the 'launch binder' badge on the main READEME page (https://mybinder.org/v2/gh/oschuett/appmode/master?urlpath=%2Fapps%2Fexample_app.ipynb), though it is supposed to open in the...

Here is a small Docker container to test the behaviour: ```Dockerfile # Start from the latest Jupyter minimal-notebook image FROM quay.io/jupyter/minimal-notebook:python-3.12 #