Python Codebook Download Format

Hi Devportal,

I have a few code on python codebook and looking to download as .py format no as .ipynb format. Please help me if you have any way to download it.

Thank you.

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @RALPHPAOLO.NAVARRO

    Thank you for reaching out to us.

    Codebook is a JupyterLab-based environment, and an .ipynb file refers to a Jupyter Notebook file. This file format is text-based and captures the content of a Jupyter Notebook session, making it ideal for interactive computing and data analysis. A .py file is a plain text file that contains Python source code. It is the standard file extension used for Python programs and scripts. 

    The client can download files from Codebook by right click on selected files but Codebook does not support converting .ipynb files into .py scripts.

    image.png