hypernotes
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: hypernotes | ||
| Version: 0.1.0 | ||
| Version: 0.1.1 | ||
| Summary: hypernotes is a lightweight Python package for taking notes on your machine learning experiments | ||
@@ -9,2 +9,4 @@ Home-page: https://github.com/binste/hypernotes | ||
| Description: # hypernotes | ||
| [](https://badge.fury.io/py/hypernotes) | ||
| hypernotes is a lightweight Python package for taking notes on your machine learning experiments. It provides a simple way to store hyperparameters, their corresponding evaluation metrics, as well as additional information and retrieve them again later for analyzing. It is written in pure Python and requires no additional dependencies. | ||
@@ -108,3 +110,4 @@ | ||
| ## View content of a store directly in your browser | ||
| This only requires a modern web browser as well as an internet connection to load the JQuery and Datatables Javascript libraries. | ||
| To get a quick glance into a store, you can use the following command. It will start an http server and automatically open the relevant page in your web browser. The page contains an interactive table which shows the most relevant information of all notes in the store such as metrics, parameters, etc. | ||
| ``` | ||
@@ -114,2 +117,3 @@ $ python -m hypernotes hyperstore.json --view | ||
| This only requires a modern web browser as well as an internet connection to load the JQuery and Datatables Javascript libraries. | ||
@@ -116,0 +120,0 @@ # Other tools |
@@ -14,3 +14,3 @@ import argparse | ||
| __version__ = "0.1.0" | ||
| __version__ = "0.1.1" | ||
@@ -17,0 +17,0 @@ |
@@ -127,3 +127,3 @@ import argparse | ||
| store = Store(args.store_path) | ||
| html = _format_notes_as_html(store.notes) | ||
| html = _format_notes_as_html(store.load()) | ||
@@ -130,0 +130,0 @@ try: |
+6
-2
| Metadata-Version: 2.1 | ||
| Name: hypernotes | ||
| Version: 0.1.0 | ||
| Version: 0.1.1 | ||
| Summary: hypernotes is a lightweight Python package for taking notes on your machine learning experiments | ||
@@ -9,2 +9,4 @@ Home-page: https://github.com/binste/hypernotes | ||
| Description: # hypernotes | ||
| [](https://badge.fury.io/py/hypernotes) | ||
| hypernotes is a lightweight Python package for taking notes on your machine learning experiments. It provides a simple way to store hyperparameters, their corresponding evaluation metrics, as well as additional information and retrieve them again later for analyzing. It is written in pure Python and requires no additional dependencies. | ||
@@ -108,3 +110,4 @@ | ||
| ## View content of a store directly in your browser | ||
| This only requires a modern web browser as well as an internet connection to load the JQuery and Datatables Javascript libraries. | ||
| To get a quick glance into a store, you can use the following command. It will start an http server and automatically open the relevant page in your web browser. The page contains an interactive table which shows the most relevant information of all notes in the store such as metrics, parameters, etc. | ||
| ``` | ||
@@ -114,2 +117,3 @@ $ python -m hypernotes hyperstore.json --view | ||
| This only requires a modern web browser as well as an internet connection to load the JQuery and Datatables Javascript libraries. | ||
@@ -116,0 +120,0 @@ # Other tools |
+5
-1
| # hypernotes | ||
| [](https://badge.fury.io/py/hypernotes) | ||
| hypernotes is a lightweight Python package for taking notes on your machine learning experiments. It provides a simple way to store hyperparameters, their corresponding evaluation metrics, as well as additional information and retrieve them again later for analyzing. It is written in pure Python and requires no additional dependencies. | ||
@@ -100,3 +102,4 @@ | ||
| ## View content of a store directly in your browser | ||
| This only requires a modern web browser as well as an internet connection to load the JQuery and Datatables Javascript libraries. | ||
| To get a quick glance into a store, you can use the following command. It will start an http server and automatically open the relevant page in your web browser. The page contains an interactive table which shows the most relevant information of all notes in the store such as metrics, parameters, etc. | ||
| ``` | ||
@@ -106,2 +109,3 @@ $ python -m hypernotes hyperstore.json --view | ||
| This only requires a modern web browser as well as an internet connection to load the JQuery and Datatables Javascript libraries. | ||
@@ -108,0 +112,0 @@ # Other tools |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
38598
3.4%