Open tschm opened 5 years ago
Hi - the ConstantLine() method doesn’t work with time stamps- see the issue I have reported. The documentation on this is a bit opaque.
Currently you need to convert it to a Unix seconds since 1970 to work.
As to your broader question about BeakerX install - I’ll leave to others :) cheers!
ConstantLine( ) doesn't appear to work with date values within TimePlot( ) #7988
I have not dogged very deep yet. The ConstantLine works with pd.Timestamp but not Dates in the BeakerX docker image. Have you tried experimenting with it in the Binder environment?
I am trying to install Beakerx via conda in a Docker image based on the Jupyter base-notebook image. I have compiled the following Dockerfile for it:
This seems to build and runs happily. I can use the TableDisplay and create simple plots. However, as soon as I try this trivial example:
I get no output unless I comment the last line! The error message I receive when running the Jupyter server is
Is it a crazy idea to install Beaker in a Jupyter image? Shall I avoid this and only use the Beakerx Docker image as a starting point?