Merge pull request #592 from optuna/gif-animation-readme

Add GIF animation on README
This commit is contained in:
c-bata
2023-08-31 13:15:49 +09:00
committed by GitHub
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ Listening on http://localhost:8080/
Hit Ctrl-C to quit.
```
<img src="./docs/_static/optuna-dashboard.gif" style="width:600px;" alt="VSCode Extension">
Please check out [our documentation](https://optuna-dashboard.readthedocs.io/en/latest/getting-started.html) for more details.
## Using an official Docker image
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

+7
View File
@@ -1,6 +1,13 @@
Getting Started
===============
.. figure:: _static/optuna-dashboard.gif
:alt: Optuna Dashboard
:align: center
:width: 800px
Optuna Dashboard
Installation
------------