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
A served webpage seems to be very useful when launched from terminal, for instance. One can also see how this can be used to have non-public datasets listed on this webpage available in the local network.
So at least I'd be inclined to keep it.
We can add this Jupyter-specific solution as well but I am not sure about its implementation yet.
It can be implemented as a _repr_html_ method for the MuDataSet class but this is not exposed to the user now so there's hardly any gain. And apart from making this interface public, we'll then probably need to implement a switch for text/html repr... That will go a bit beyond the initial mudatasets scope but if that's useful for anything, that's doable.
Do you have any suggestions?
There is also this of course, not that it's very practical, and it does require a separate session running as well:
Instead of starting a server (which blocks the process), could some static html be used instead?
I'm thinking this could even be done with the ipython
_repr_*_
methods?The text was updated successfully, but these errors were encountered: