Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import nbformat
|
3 |
from nbconvert import PythonExporter
|
4 |
import os
|
5 |
-
|
6 |
# Load and execute the notebook file
|
7 |
def execute_notebook(notebook_path):
|
8 |
"""Loads and executes the notebook, showing its content in the app."""
|
|
|
2 |
import nbformat
|
3 |
from nbconvert import PythonExporter
|
4 |
import os
|
5 |
+
import matplotlib
|
6 |
# Load and execute the notebook file
|
7 |
def execute_notebook(notebook_path):
|
8 |
"""Loads and executes the notebook, showing its content in the app."""
|