-
Notifications
You must be signed in to change notification settings - Fork 48
Initial implementation #1
Comments
Continuation of jupyter/dashboards#135. Related to jupyter/dashboards#105 and jupyter/dashboards_bundlers#3. |
The initial implementation can be found in PR #5
Currently it will read notebook files placed in the
Done
Not done
Have not done testing on this, but should support multiple connections due to its simplicity. There is no concept of users at the moment, so all notebooks files in the data directory are accessible by anyone. Do we want to create new issues for the remaining work in these tasks or keep working in this issue until all are complete? I expect each could build up a discussion, especially filtering and multi-user. |
If filtering is implementable atop what exists here, that's enough for the moment and we can open a follow-on about comm channel only. We don't need anything special for authorization for multiple users, just need to make sure the server is non-blocking across users. Authentication is already issue #4. |
Added config for notebook directory location. We will close this issue and continue work in other issues as discussed in previous comments. |
Feel free to modify the issues too to better fit how you want to chunk up the work. |
The initial implementation should have the following properties
ability to filter websocket messagessee issue Only allow ipywidget comm channel messages to reach the kernel after initial top-to-bottom execute #6Other issues will be opened about follow-on features.
The text was updated successfully, but these errors were encountered: