Eric Charles
Eric Charles
I use `jupyter_execute_notebooks = "force"`. The notebook is on https://gist.github.com/echarles/e540009578c6dfee077dcae1fec50ee3 You will need to `pip install vega` and check with your `jupyter notebook` (it should run and display fine). Then...
Thx a lot @chrisjsewell Adding `html_js_files` removes the exception in the browser console. Plot is shown with `jupyter_execute_notebooks = "off". However this the plot is not visible with `jupyter_execute_notebooks =...
@chrisjsewell I have updated the issue title to confirm that the issue arise with `jupyter_execute_notebooks = "forced"` (also updated my previous comment, as I have typed it to fast...)
I have tried again after a few tweaks on my conda env to make sure my env settings were not the cause, but no luck so far. Adding @saulshanabrook in...
From the experiments I have done in https://github.com/jupyterlab/jupyterlab/pull/11285, jupyter-client and jupyter-server both allow already today to pass any message on the control channel. The UI (e.g. JupyterLab) however is strongly...
Agree with what @SylvainCorlay says. The question is how to ensure that the new control messages are of that nature. Maybe the need to register some messages. A config file......
We discussed also in the jupyter server meeting to open an issue in jupyterlab for this to get a more complete case that encompasses a real ui client. The discussion...
> I don't think basics/hello-world is a good place to introduce the translation because it only prints a message to the console (unless we want to translate that?). maybe a...
> These current examples need the ITranslator added to them To keep each extension simple, I would rather see only that dedicated `translation` example having the `ITranslator`. So adding `ITranslator`...
> I have mixed feeling since translation is a transversal so having all examples use it, may be more work but will encourage making code translation friendly. The less work...