Peter Parente
Peter Parente
@Andriow Sorry, but I do not know the steps to enable the CSS macro. The admin(s) of our Confluence instance turned it on and I don't have that level of...
@lalkaka are you still interested in getting this PR into the code base? Would you mind sharing your use case for passing cookies (e.g., what cookies and for what purpose?)...
With the current implementation, the minimum required parameters on the command line for the exporter entrypoint command line would be the following: ``` nbconvert --to confluence --ConfluenceExporter.url= \ --ConfluenceExporter.username= --ConfluenceExporter.password=...
The reason I originally picked URI instead of attachments, I believe was so that a version of a page in the Confluence history retained the explicit link to the version...
Hi @arnaudmiribel. There is no standalone export today. It's possible that nbconvert could be made aware of the dashboard layout information and produce a static HTML document respecting the layout....
Thanks for the interest. http://nbconvert.readthedocs.io/en/latest/customizing.html is probably the right place to start. It's possible that all that's need is a bit of custom CSS added to the HTML output already...
@AADeLucia `conda install 'notebook==5.5' dashboards` should work. Keep in mind that older versions of notebook may have security flaws, however.
If the metadata spec for the layouts becomes something standard across the various jupyter tools, then nb convert could perhaps respect the layout when converting to various formats. The spec...
/cc @minrk about nbconvert
Hi @rsdenijs. There's a few different ways of "sharing" that we're working on: - Storing all the dashboard layout info in a notebook file which you can send to another...