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
Thank you for the review! I'll look into adding a render method.
There are some new features that are not very well documented yet. Widgets are probably at the top of that list, but there are also facilities for code inspection and completion. Code inspection can be done in a popup (Shift-Tab) or in a side pane (Ctrl/Cmd-I) and code completion can be done via Tab. Tabbing on a paren will also auto indent the code in the current cell.
Thank you for the review! I'll look into adding a render method.
render method is already there. But seems the code which calls it, checks the type of the value, returned by the cell.
To make render method be useful without having to inherit objects from the jupyter:result, you need to add another method to this protocol – renderable-p. renderable by default should return nil. If returns t, then jupyter:render` can be called for this result to get its representation.
common-lisp-jupyter
https://40ants.com/lisp-project-of-the-day/2020/09/0197-common-lisp-jupyter.html
The text was updated successfully, but these errors were encountered: