Monday, 28 November 2022

Jupyter Commands

 Install Jupyter Notebook

    pip install jupyterlab
    pip install notebook

 Open Jupyter Notebook    

    jupyter notebook   

Python command to generate the PY file from Jupyter    Notebook

jupyter nbconvert --to script Untitled1.ipynb

No comments:

Snowflake - Cost Optimization

Reduce auto-suspend to 60 seconds Reduce virtual warehouse size Ensure minimum clusters are set to 1 Consolidate warehouses Separate warehou...