Hi all,

I am trying to use nightwatch to open and run the notebooks on travis. The
notebooks run ok but seems to me that there is no communication between
Javascript and Python.

However, When I tested nightwatch on my laptop and the notebooks run
perfectly. Do you have
any idea how to make the notebook work on travis with Widget?

Below is the summary of my workflow on travis

- install Chrome and chromedriver + (do a bunch of related stuff so we can
open the notebook)

- install nightwatch

- Open jupyter: jupyter notebook --port=8889 --browser=google-chrome
--ip=127.0.0.1 &

- run nightwatch (it will execute some of our javascript scripts to open
and run the notebook)

A typical output on travis look like this:
https://travis-ci.org/hainm/nglview/jobs/145247404

all the assertion related to sending message between Python and Javascript
failed.

I really appreciate if anyone can tell me how or point me to the link I can
read.

Let me know if I need to provide any further information.

cheer
Hai

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAFNMPM_Njsi5bUXkLEz42y4dY8gNQ%2B%3D2q6kjSukoegt8SY_-mw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to