forked from google-deepmind/open_spiel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
w821881341
committed
Jul 1, 2021
1 parent
bbfb025
commit ee8e47b
Showing
2 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# tensorflow | ||
# tensorboard | ||
# torch | ||
# scipy | ||
jupyter | ||
jupyterlab == 3.0.14 | ||
# For using kite | ||
jupyterlab-kite>=2.0.2 | ||
# For using git | ||
jupyterlab-git | ||
# For using debugger | ||
xeus-python | ||
# For formatting the code | ||
jupyterlab_code_formatter | ||
black | ||
isort | ||
# For using tensorboard in jupyterlab | ||
# tensorflow==2,2,0 | ||
tensorboard==2.2.0 | ||
git+https://github.com/cliffwoolley/jupyter_tensorboard.git | ||
git+https://github.com/chaoleili/jupyterlab_tensorboard.git |