Re: Using Holoview in @Jupyter Nodes

2018-03-11 Thread Edward K. Ream
On Sun, Mar 11, 2018 at 8:45 AM, Thomas Passin wrote: > I have only done this for a notebook located on my own computer. You have > to use "file:///" and I changed the backslashes (I'm on Windows) to forward > slashes: > > file:///C:/Users/tom/holoview_tests.ipynb > ​Thanks. I understand the c

Re: Using Holoview in @Jupyter Nodes

2018-03-11 Thread Thomas Passin
I have only done this for a notebook located on my own computer. You have to use "file:///" and I changed the backslashes (I'm on Windows) to forward slashes: file:///C:/Users/tom/holoview_tests.ipynb The right syntax for a file URL seems to confuse people. I think the RFCs aren't too clear.

Re: Using Holoview in @Jupyter Nodes

2018-03-11 Thread Edward K. Ream
On Saturday, March 10, 2018 at 8:26:21 PM UTC-6, Thomas Passin wrote: > Run the code in Jupyter Notebook. Let it finish and display the graphic, then save the notebook... > ViewRendered will be able to show the graphic in the @jupyter node. Many thanks for this. I had completely forgotten that