Metadata-Version: 2.1
Name: jl_logger
Version: 0.1.0
Summary: A JupyterLab logging extension.
Home-page: https://github.com/sakusaku-rich/jl-logger
Author: Raiiii
Author-email: 
License: BSD-3-Clause
Keywords: Jupyter,JupyterLab,JupyterLab3
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 3
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# jl-logger

<div>
    <img src="https://github.com/sakusaku-rich/jl-logger/raw/main/demo/jl-logger-Demo.gif" />
</div>
A JupyterLab logging extension.


## Requirements

* Node.js
* JupyterLab >= 3.0

## Install

To install the extension, execute:

```bash
pip install jl-logger
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall jl-logger
```

## Usage

1. Click Logger button in  toolbar.
    <div>
        <img src="https://github.com/sakusaku-rich/jl-logger/raw/main/demo/jl-logger1.png" />
    </div>
2. Input log filename.
    <div>
        <img src="https://github.com/sakusaku-rich/jl-logger/raw/main/demo/jl-logger2a.png" />
    </div>
    Or Check W&B and jl-logger can automatically extract run name and autocomplete filename.
    <div>
        <img src="https://github.com/sakusaku-rich/jl-logger/raw/main/demo/jl-logger2b.png" />
    </div>
    
    
    <div>
        <img src="https://github.com/sakusaku-rich/jl-logger/raw/main/demo/jl-logger2c.png" />
    </div>
3. Execution result is logged to specified filename.
    <div>
        <img src="https://github.com/sakusaku-rich/jl-logger/raw/main/demo/jl-logger3.png" />
    </div>
    <b>NOTE</b>:
    If you activate jl-logger without specifying filename, execution result is logged to [yyyyMMddHmm].log. 



