Replies: 3 comments 5 replies
It only works for me inside ls-user, I don't know how to use it from outside. |
3 replies
|
2 replies
|
Here's the repo for the datatable JavaScript viewer for a data frame: https://github.com/mikelevins/plotview In particular you might find PR for the data server helpful, as well as the routes/table.lisp file. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm trying to generate html with spinneret
and with cl-markdown
the idea is to use
(print-markdown df)and with cl-markdown print the html table. Could you help me?Can you create a method
(print-html-table df)?All reactions