Metadata-Version: 2.1
Name: JupyterNotebookReflection
Version: 0.0.10
Summary: A module to perform reflection coding in Jupyter notebooks.
Home-page: UNKNOWN
Author: Charles Varley
License: MIT
Description: This is a basic python module to enable reflective programming techniques within the Jupyter notebook context.
        
        Change Log
        ==========
        
        0.0.1 (16/01/2021)
        ------------------
        - First Release.
        
        0.0.2 (16/01/2021)
        ------------------
        - Added README and CHANGELOG files.
        
        0.0.3 (16/01/2021)
        ------------------
        - Added *md to manifest file.
        
        0.0.4 (16/01/2021)
        ------------------
        - Read README file properly.
        
        0.0.5 (16/01/2021)
        ------------------
        - Import python files from within module.
        
        0.0.6 (16/01/2021)
        ------------------
        - Include javascript file with module.
        
        0.0.7 (16/01/2021)
        ------------------
        - Read javascript file properly.
        
        0.0.8 (16/01/2021)
        ------------------
        - Read javascript file properly.
        
        0.0.9 (08/02/2021)
        ------------------
        - Fixed bugs raised from testing.
        
        0.0.10 (08/02/2021)
        ------------------
        - Fixed bugs raised from testing.
        
Keywords: jupyter,notebook,reflection,introspection
Platform: UNKNOWN
Description-Content-Type: text/markdown
