Steve Purves

Results 140 comments of Steve Purves

Thanks @rowanc1 -- i've caused some confusion here - the current latest docs are on a branch, which I have just re-deployed. These are a wip but reflect the latest...

@kno10 there's a mistake in the link, it should be: ``` ``` `thebe-core` can be loaded like that too, but has none of the code that attaches to the page,...

@GYHHAHA Thanks for the report! and I'll specifically check this case next - there were some changes to the `PassiveCellRenderer` to accommodate work on `ipywidgets` and ensuring smooth transition between...

yes, leaving the indicator as a green tick can be added. That would mark the completion of execution, rather than successful execution though? but we could probably add a green...

It hasn't but we can add this in in the next 0.9.0-rc

@lostchristmas0 you need to make calls via `thebelab.` rather than `thebe.` until a fix is made

we can also limit dependabot to flag updated to production dependencies only, which should reduce fatigue. See a similar change on the ipywidgets repo https://github.com/jupyter-widgets/ipywidgets/pull/3402/files

Just looking at the todo list. do people think we need a deprecation cycle on the renaming name changes? If so, what would one look like? - adding deprecation warnings...

@choldgraf I have made changes to double up the js and CSS references to `thebelab` and `thebe`. (current here https://github.com/stevejpurves/thebe/pull/45 on a stacked PR awaiting #472 coming in) In terms...

ok part of this is already exposed in the configuration via: ``` codeMirrorConfig: { readOnly: true } ```