Skip to content

the-ai-developer/ipynb_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IPYNB Viewer

IPYNB Viewer is a command-line tool designed to display the contents of Jupyter Notebook files (.ipynb) directly in your terminal. This tool extracts code cells and their outputs, providing a convenient way to review notebook contents without needing a Jupyter environment.

Features

  • Parses Jupyter Notebook files.
  • Displays code cells and their outputs.
  • Colorful and formatted terminal output.

Installation

Prerequisites

Ensure you have Python 3.6 or above installed.

Manual Installation

  1. Clone the repository:

    git clone https://github.com/the-ai-developer/ipynb_viewer.git
    cd ipynb_viewer
  2. Install the package using pip:

    pip install .

Usage

Once installed, you can use the ipynb_viewer command followed by the path to a Jupyter Notebook file to display its contents.

ipynb_viewer /path/to/notebook.ipynb

Example

ipynb_viewer example_notebook.ipynb

This command will display the input and output cells from the example_notebook.ipynb file in the terminal.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

Made with 💕 by PrinceTheProgrammer . . .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages