Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

467 write a short readme on how to start the dashboard #497

Merged

Conversation

laurasootes
Copy link
Contributor

I wrote a short readme for the usage of the dashboard. Please let me know if this is what you had in mind, or if it needs to be extended

Copy link
Contributor

@elboyran elboyran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, thanks!

@elboyran
Copy link
Contributor

elboyran commented Mar 3, 2023

Only the linting gives headaches.

…rite-a-short-readme-on-how-to-start-the-dashboard
@laurasootes laurasootes merged commit 4584315 into main Mar 7, 2023
@laurasootes laurasootes deleted the 467-write-a-short-readme-on-how-to-start-the-dashboard branch March 7, 2023 10:00
@stefsmeets
Copy link
Contributor

Just wanted to add that this does not work for me:

python dashboard/dashboard.py

It gives this error:

Traceback (most recent call last):
  File "/home/stef/python/dianna/dashboard/dashboard.py", line 12, in <module>
    import layouts
  File "/home/stef/python/dianna/dashboard/layouts.py", line 10, in <module>
    encoded_image = base64.b64encode(open(image_filename, 'rb').read())
FileNotFoundError: [Errno 2] No such file or directory: 'app_data/logo.png'

This does work:

cd dashboard
python dashboard.py

@laurasootes laurasootes mentioned this pull request Mar 7, 2023
@elboyran
Copy link
Contributor

@stefsmeets , did you edit/mention it in the documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Write a short README on how to start the dashboard
3 participants