google-deepmind / optax

Optax is a gradient processing and optimization library for JAX.
https://optax.readthedocs.io
Apache License 2.0
1.57k stars 169 forks source link

Fix error `reduce_on_plateau.ipynb:20002: WARNING: No source code lexer found for notebook cell` #875

Closed copybara-service[bot] closed 4 months ago

copybara-service[bot] commented 4 months ago

Fix error reduce_on_plateau.ipynb:20002: WARNING: No source code lexer found for notebook cell

The fix was just to run the example on colab.

Previously, the notebook displayed without syntax highlight on the webpage. Not it renders fine.