dataflow library
, point to a directory of notebooks
#13
Labels
enhancement
New feature or request
Milestone
Right now dataflow only runs a single
.ojs
file, likedataflow run notebook.ojs
. this is fairly limiting, if you're working on multiple notebooks at a time, you'd either have to keep killing/restarting dataflow to point to a different file, or run them separately on different ports (which isn't fun at all).dataflow library
(different name?) could instead point to a directory of.ojs
files. The dev server would then 1) allow you to view any of the.ojs
files in that directory, and 2) offer a UI for navigating through all the notebooks.This would be similar to jupyterlab, which has a navigation UI for a given directory (and even displays non-notebook files).
notebookPath
, so will need to probably rewrite most of itThe text was updated successfully, but these errors were encountered: