You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs/source/notebooks/DiCE_getting_started_feasible.ipynb doesn't render, neither in GitHub preview nor when opening in notebook. Problem is in the raw json file, the last few lines:
"nbformat": 4,
"nbformat_minor": 4,
}
just need to remove the comma at "nbformat_minor": 4, to "nbformat_minor": 4
and it'll render as expected.