I am trying to run the above code in a Jupyter notebook with Wolfram Engine at the back end. However I cannot run the following in Jupyter.
from numpy import array, matrix
from scipy.io import mmread, mmwrite
import numpy as np
import pandas as pd
In Mathematica, this code can be run with >
but how to do it in Jupyter notebook?