Drew Logsdon

Results 17 comments of Drew Logsdon

We have noticed the potential that the dashboard layout has but to my knowledge haven't discussed static outputs such as PDF or raw HTML. You say it would be nicer...

From https://github.com/jupyter-incubator/dashboards/issues/203#issuecomment-198045445: > @parente: Multi-page might also address #150 in a different manner than originally proposed.

We could remove bower and have an npm script to webpack rather than bower install. It can get confusing having 2 dependency files (bower.json and package.json).

> @thibaudh: This opens the door to creating small apps from a set of dashboards. > > @jtyberg: now the single notebook becomes a development environment for what is becoming...

The [bower install API](http://bower.io/docs/api/#install) allows the form `=#`. This could be used to install different dependency versions under the covers so that different notebooks can use different versions. The ``...

The code is in the [`jupyter-persist-behavior`](https://github.com/jupyter-incubator/declarativewidgets/blob/2cd61a46c6736cce117729b57e88e83985b16707/elements/urth-core-behaviors/jupyter-persist-behavior.html) which is part of declarativewidgets. This is client-side JS. I would say that the persist behavior could check for dashboards to enable/disable or to...

This is all client-side code, so I'm not sure an env var will be helpful. > If it's the desired state of the explorer widget, then it really is shared...

> So really we're talking about how can / should the widget implementation be configured with that initial state when it first appears in the dashboard. Yes. The simplest approach...

Hmm Python vs Markdown images.Visually it would be nice but it could get really tedious fixing cases like this, especially if the new Jupyter/Phosphor JS libs keep changing. I would...

> But it feels a bit weird to have such a hybrid: layout in notebook server, security in dashboard server. Both should probably live together, one way or the other....