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
I've been doing some data science work in node.js recently, so I'm really excited to check this project out!
I'm currently running node.js in my notebook with the notablemind node.js kernel. I was able to require dstools and I wrapped my array data in the Collection function and called .show() but was returned the Wrapper object for dstools instead of an actual HTML table.
.head() seems to work and modifies the _data key on the Wrapper object, but there's no table output to jupyter.
My guess is that dstools is meant to be used only with ijavascript at this moment.
Do you plan to support other kernels? I'm really excited about this project and would love to use it for my work. Also, let me know if there's any way I can help.
The text was updated successfully, but these errors were encountered:
I am glad to hear you are excited about the project. I would really want to
support additional kernels. I had a look at notablemind kernel but couldn't
work out printing from within a module. There is a display function for
displaying html but it only works from the kernel, not from required
modules.
If we can find away around that I would happily add support for this kernel
On Mon, Mar 19, 2018 at 10:03 PM, Aaron Williams ***@***.***> wrote:
Hi,
I've been doing some data science work in node.js recently, so I'm really
excited to check this project out!
I'm currently running node.js in my notebook with the notablemind node.js
kernel <https://github.com/notablemind/jupyter-nodejs>. I was able to
require dstools and I wrapped my array data in the Collection function
and called .show() but was returned the Wrapper object for dstools
instead of an actual HTML table. My guess is that dstools is meant to be
used only with ijavascript at this moment.
Do you plan to support other kernels? I'm really excited about this
project and would love to use it for my work. Also, let me know if there's
any way I can help.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHQ05J3RL_OP2qYfAn73MaXwx4LJQs-gks5tgA8IgaJpZM4Sw0BT>
.
Hi,
I've been doing some data science work in node.js recently, so I'm really excited to check this project out!
I'm currently running node.js in my notebook with the notablemind node.js kernel. I was able to require dstools and I wrapped my array data in the
Collection
function and called.show()
but was returned theWrapper
object for dstools instead of an actual HTML table..head()
seems to work and modifies the_data
key on theWrapper
object, but there's no table output to jupyter.My guess is that dstools is meant to be used only with ijavascript at this moment.
Do you plan to support other kernels? I'm really excited about this project and would love to use it for my work. Also, let me know if there's any way I can help.
The text was updated successfully, but these errors were encountered: