Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some tips from Fernando #23

Open
rjleveque opened this issue Feb 25, 2017 · 2 comments
Open

Some tips from Fernando #23

rjleveque opened this issue Feb 25, 2017 · 2 comments

Comments

@rjleveque
Copy link
Member

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:

@fperez
Copy link

fperez commented Mar 4, 2017

Let me know how things progress, and we can definitely help out!

/cc @michaelpacer

@SylvainCorlay
Copy link

SylvainCorlay commented Mar 4, 2017

@rjleveque

  • A few things that we are looking at for more flexibility in absence of a python back end:

    • A simple data store widget mean for storing some results.
    • A more flexible jslink widget, with some ability to transform data in the front end. There are some security considerations for this item, but we have made some experiments already.
  • Also, we have examples of creating web apps with widgets that actually spawn a kernel for the back end computation. We have not streamlined this yet but PRs are open with mybinder to be able to use it as a kernel provider service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants