You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datascience-ui/ipywidgets/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Hosting ipywidgets in non-notebook contexxt
1
+
# Hosting ipywidgets in non-notebook context
2
2
3
3
- Much of the work is influenced by sample `web3` from https://github.com/jupyter-widgets/ipywidgets/blob/master/examples/web3
4
4
- Displaying `ipywidgets` in non notebook context requires 3 things:
@@ -13,5 +13,5 @@
13
13
- Thats what the code in this folder does (wraps the html manager + custom kernel connection)
14
14
- Kernel messages from the extension are sent to this layer using the `postoffice`
15
15
- Similarly messages from sent from html manager via the kernel are sent to the actual kernel via the postoffice.
16
-
- However, the sequence and massaging of the kernel messages requires a lot of work. Baiscally majority of the message processing from `/node_modules/@jupyterlab/services/lib/kernel/*.js`
16
+
- However, the sequence and massaging of the kernel messages requires a lot of work. Basically majority of the message processing from `/node_modules/@jupyterlab/services/lib/kernel/*.js`
17
17
- Much of the message processing logic is borrowed from `comm.js`, `default.js`, `future.js`, `kernel.js` and `manager.js`.
0 commit comments