Probabilistic-ML / lecture-notes

Lecture notes for Advanced Machine Learning
2 stars 0 forks source link

Interactive plots #6

Open rvosshall opened 3 years ago

rvosshall commented 3 years ago

Interactive plots with Thebe Live Code button (e.g. for linear regression) do currently not work. The problem is probably caused by an ipywidgets issue which is solved, but not yet in the current stable version. Either use latest release or wait for an update.

rvosshall commented 3 years ago

Add also thebe-init tag to hidden code cells.

rvosshall commented 3 years ago

Interactive plots with Thebe Live Code button (e.g. for linear regression) do currently not work. The problem is probably caused by an ipywidgets issue which is solved, but not yet in the current stable version. Either use latest release or wait for an update.

Fixed in thebe v0.8.0, but current version of sphinx-thebe uses thebe v0.5.1 due to another bug. Thebe version will be updated if issue is resolved.

Manual update of thebe version in the sphinx-thebe source code solves the ipywidgets issue, but then Latex does not work...