Files
optuna-dashboard/vscode
dependabot[bot] dfe11ed8fc Bump @koa/cors and @vscode/test-web in /vscode
Bumps [@koa/cors](https://github.com/koajs/cors) to 5.0.0 and updates ancestor dependency [@vscode/test-web](https://github.com/microsoft/vscode-test-web). These dependencies need to be updated together.


Updates `@koa/cors` from 4.0.0 to 5.0.0
- [Changelog](https://github.com/koajs/cors/blob/master/History.md)
- [Commits](https://github.com/koajs/cors/compare/4.0.0...5.0.0)

Updates `@vscode/test-web` from 0.0.43 to 0.0.50
- [Changelog](https://github.com/microsoft/vscode-test-web/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/vscode-test-web/compare/v0.0.43...v0.0.50)

---
updated-dependencies:
- dependency-name: "@koa/cors"
  dependency-type: indirect
- dependency-name: "@vscode/test-web"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 04:23:21 +00:00
..
2023-05-22 14:52:49 +09:00
2023-08-28 10:05:56 +09:00
2023-08-01 22:47:01 +09:00
2023-05-22 14:52:49 +09:00
2023-05-22 22:21:16 +09:00
2023-05-22 14:52:49 +09:00
2023-05-22 14:52:49 +09:00
2023-05-22 14:52:49 +09:00

Optuna Dashboard for VS Code

The Optuna Dashboard extension lets you open Optuna's SQLite3 database in Optuna Dashboard, allowing users to see optimization histories in graphs and tables.

vscode-extension

Usage

Please right-click on the SQLite3 file (*.db or *.sqlite3) in the file explorer and select the "Open in Optuna Dashboard" command from the dropdown menu.

Extension Settings

Nothing to configure.

Release Notes

0.1.0

Added older database schemas support (Optuna 2.6.0 or later)

0.0.1

Initial Release


Enjoy!