Xilinx / finn

Dataflow compiler for QNN inference on FPGAs
https://xilinx.github.io/finn
BSD 3-Clause "New" or "Revised" License
684 stars 219 forks source link

Empty Jupyter Notebook Page #906

Closed Ba1tu3han closed 9 months ago

Ba1tu3han commented 9 months ago

Prerequisites

Please make sure to check off these prerequisites before submitting a bug report.

Quick summary

When I run "bash ./run-docker.sh notebook " command. I connect to http://127.0.0.1:8888/tree but this page is empty although I was running and accessing notebook as expected this morning.

Details

I did not change any thing. I just pulled the repo and run it well. I wanted to run it a notebook again and I encountered fully empty page. I restarted everything. I still can not access notebooks in Jupyter notebook.

image

  1. Clone the FINN repository
  2. Checkout the dev branch, with commit hash: [13313c2]
  3. Start the docker container with the command: [bash ./run-docker.sh notebook]
  4. Run transformation [...] on ONNX file [...] or run the dataflow builder with the following settings: [...]
  5. [Further steps ...]

Expected behavior

Accessing notebooks

Actual behavior

Empty Jupyter Notebook page

Optional

Possible fix

If you already know where the issue stems from, or you have a hint please let us know.

Additional context

Add any other context about the problem here.

fpjentzsch commented 9 months ago

Hi, does the Jupyter server console output show any error message when you try to connect via the browser?

Ba1tu3han commented 9 months ago

Hi, I have this error message.

image

Then, I cleared cache of Firefox and it is solved.