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.
- Parses Jupyter Notebook files.
- Displays code cells and their outputs.
- Colorful and formatted terminal output.
Ensure you have Python 3.6 or above installed.
-
Clone the repository:
git clone https://github.com/the-ai-developer/ipynb_viewer.git cd ipynb_viewer -
Install the package using pip:
pip install .
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.ipynbipynb_viewer example_notebook.ipynbThis command will display the input and output cells from the example_notebook.ipynb file in the terminal.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 💕 by PrinceTheProgrammer . . .