Skip to content

Commit

Permalink
Fix warning #2 should_run_async
Browse files Browse the repository at this point in the history
> should_run_async will not call transform_cell
  • Loading branch information
vochicong committed May 3, 2021
1 parent d4291c9 commit c044d73
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 142 deletions.
139 changes: 65 additions & 74 deletions docs/15-autogluon.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"nbdev": "core.html",
"SHAP": "shap.html",
"Japan prefectures": "jpinfo.html",
"Python calls Julia": "python-call-julia.html",
"Probability calibration": "10-proba-calib.html",
"AutoGluon and probability calibration": "15-autogluon.html"
}
Expand Down
6 changes: 4 additions & 2 deletions kowaza-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ channels:
dependencies:
- python>=3.8.6
- nbdev
- ipython==7.10 # https://github.com/ipython/ipykernel/issues/540
- ipykernel>=5.5.3
# - ipython==7.10 # https://github.com/ipython/ipykernel/issues/540
# - ipykernel>=5.5.3
- jupyterlab
- jupyterlab_code_formatter
- jupyter_contrib_nbextensions
Expand All @@ -29,3 +29,5 @@ dependencies:
- pip
- pip:
- jupyterlab_vim
- ipykernel>=6.0.0a5
- ipython==7.21.0 # https://github.com/ipython/ipykernel/issues/540
99 changes: 34 additions & 65 deletions nbs/15-autogluon.ipynb

Large diffs are not rendered by default.

0 comments on commit c044d73

Please sign in to comment.