Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Tablicious (tabular data strucutures) #168

Open
jose-matos opened this issue Feb 25, 2020 · 1 comment
Open

Support for Tablicious (tabular data strucutures) #168

jose-matos opened this issue Feb 25, 2020 · 1 comment

Comments

@jose-matos
Copy link

I would like to help with support of Tablicious inside octave_kernel.
Tablicious is a new package that is being developed to support table data structures for Octave:
https://github.com/apjanke/octave-tablicious

In particular I would to work on the display of tables when using jupyter.

What would be the first place to start?

@blink1073
Copy link
Contributor

Hi @jose-matos, that is a tough one because we don't have a direct handle on the Octave objects from the kernel. What you could do is write an Octave function that checks the workspace for any table objects, creates an html output from them, and puts them in a directory. You would then extract the html output and display it from the kernel. This would parallel what we do for figures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants