New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

hypernotes

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypernotes - pypi Package Compare versions

Comparing version
0.1.0
to
0.1.1
+6
-2
hypernotes.egg-info/PKG-INFO
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
[![PyPI version](https://badge.fury.io/py/hypernotes.svg)](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:

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
[![PyPI version](https://badge.fury.io/py/hypernotes.svg)](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

# hypernotes
[![PyPI version](https://badge.fury.io/py/hypernotes.svg)](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