tillahoffmann / obsidian-jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

display bug

widium opened this issue · comments

Before raising an issue
I downloaded all the dependencies

Describe the bug
the native theme is no longer displayed correctly,
I can't run the cells of the notebooks,
``
Screenshots
image

image

Console output
0 error

Python dependencies

absl-py==1.0.0
appdirs==1.4.4
astunparse==1.6.3
attrs==21.4.0
backcall @ file:///home/ktietz/src/ci/backcall_1611930011877/work
bleach==4.1.0
cachetools==5.0.0
certifi==2021.10.8
charset-normalizer==2.0.10
colorama @ file:///tmp/build/80754af9/colorama_1607707115595/work
Columnar==1.4.1
comtypes==1.1.11
cycler==0.11.0
debugpy @ file:///C:/ci/debugpy_1637073815078/work
decorator @ file:///tmp/build/80754af9/decorator_1632776554403/work
defusedxml==0.7.1
entrypoints==0.3
Faker==12.3.3
flatbuffers==2.0
fonttools==4.29.0
gast==0.4.0
google-auth==2.4.1
google-auth-oauthlib==0.4.6
google-pasta==0.2.0
grpcio==1.43.0
h5py==3.6.0
idna==3.3
importlib-metadata==4.10.1
importlib-resources==5.4.0
ipykernel @ file:///C:/ci/ipykernel_1633545574250/work/dist/ipykernel-6.4.1-py3-none-any.whl
ipython @ file:///C:/ci/ipython_1635944310712/work
ipython-genutils @ file:///tmp/build/80754af9/ipython_genutils_1606773439826/work
jedi @ file:///C:/ci/jedi_1611315808330/work
Jinja2==3.0.3
joblib==1.1.0
jsonschema==4.4.0
jupyter-client @ file:///tmp/build/80754af9/jupyter_client_1640335223713/work
jupyter-core @ file:///C:/ci/jupyter_core_1636537213213/work
jupyterlab-pygments==0.1.2
keras==2.7.0
Keras-Preprocessing==1.1.2
kiwisolver==1.3.2
libclang==12.0.0
Markdown==3.3.6
MarkupSafe==2.0.1
matplotlib==3.5.1
matplotlib-inline @ file:///tmp/build/80754af9/matplotlib-inline_1628242447089/work
mistune==0.8.4
mypy==0.931
mypy-extensions==0.4.3
nbclient==0.5.10
nbconvert==6.4.1
nbformat==5.1.3
nest-asyncio @ file:///tmp/build/80754af9/nest-asyncio_1613680548246/work
notebook-as-pdf==0.5.0
numpy==1.22.1
oauthlib==3.1.1
opt-einsum==3.3.0
packaging==21.3
pandas==1.4.0
pandocfilters==1.5.0
parso @ file:///opt/conda/conda-bld/parso_1641458642106/work
pickleshare @ file:///tmp/build/80754af9/pickleshare_1606932040724/work
Pillow==9.0.0
prompt-toolkit @ file:///tmp/build/80754af9/prompt-toolkit_1633440160888/work
protobuf==3.19.3
pyasn1==0.4.8
pyasn1-modules==0.2.8
PyAudio @ file:///C:/Users/User/PyAudio-0.2.11-cp38-cp38-win_amd64.whl
pyee==8.2.2
Pygments @ file:///tmp/build/80754af9/pygments_1629234116488/work
pyparsing==3.0.7
PyPDF2==1.26.0
pypiwin32==223
pyppeteer==1.0.2
pyrsistent==0.18.1
python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work
pyttsx3==2.90
pytz==2021.3
pywin32==302
pyzmq @ file:///C:/ci/pyzmq_1638435185959/work
requests==2.27.1
requests-oauthlib==1.3.0
rsa==4.8
scikit-learn==1.0.2
scipy==1.7.3
seaborn==0.11.2
six @ file:///tmp/build/80754af9/six_1623709665295/work
sklearn==0.0
SpeechRecognition==3.8.1
string-color==1.2.1
tabulate==0.8.9
tensorboard==2.8.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow-estimator==2.7.0
tensorflow-gpu==2.7.0
tensorflow-io-gcs-filesystem==0.23.1
termcolor==1.1.0
testpath==0.5.0
threadpoolctl==3.0.0
tomli==2.0.0
toolz==0.11.2
tornado @ file:///C:/ci/tornado_1606942392901/work
tqdm==4.62.3
traitlets @ file:///tmp/build/80754af9/traitlets_1636710298902/work
typing_extensions==4.0.1
urllib3==1.26.8
wcwidth @ file:///Users/ktietz/demo/mc3/conda-bld/wcwidth_1629357192024/work
webencodings==0.5.1
websockets==10.1
Werkzeug==2.0.2
wincertstore==0.2
wrapt==1.13.3
zipp==3.7.0

Styling the rendered notebook to match the theme of obsidian would require rewriting the HTML output of nbconvert and is outside the scope of this project.

Regarding running the cells, see the README for examples of how to embed interactive code in markdown notes. If you want to run a full notebook, you're better of using Jupyter notebooks or Jupyter lab directly.