Skip to content

Some tips from Fernando #23

@rjleveque

Description

@rjleveque

Some notes from discussion with @fperez yesterday...

  1. We should take a look at https://github.com/takluyver/bookbook regarding cross referencing between notebooks.

  2. Regarding "Save notebook with widgets" doesn't seem to work jupyter-widgets/ipywidgets#1085, this seems to be fixed in the latest master branch... But: it only shows the widgets and lets you move them, it doesn't embed the results in the notebook like the old StaticWidgets, so you won't see the plots change. So not really what we want.

  3. If we use widgets and want the pdf version to show the plots with a specific setting, we could initialize them using value = in creating the widgets. For more control, e.g. to set different values for the pdf than what we want to initialize them to in the notebook, we could add info to the cell metadata and then modify nbconvert to parse this.

  4. Several examples of notebooks in journal publications can be found at:

  5. Perhaps not relevant for this book project, but some interesting new projects for rendering and manipulating 3d plots in a notebook:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions