You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Fossasia, thanks for your great work. I have the following issue:
python -m visdom.server
Checking for scripts.
It's Alive!
ERROR:root:initializing
INFO:root:Application Started
INFO:root:Working directory: C:\Users\olive.visdom
You can navigate to http://localhost:8097/
INFO:tornado.access:304 GET / (::1) 30.08ms
INFO:tornado.access:304 GET /user/style.css?v=311c1a25a99ac897d22df72ea024df452eee92fdc1453817050a243b62106e375c791d4f9b831ec371f6f342f84fd41d05bcc29d7835ec2bb78a150ba90282d1 (::1) 1.00ms
INFO:tornado.access:304 GET /static/fonts/glyphicons-halflings-regular.woff2 (::1) 284.73ms
INFO:tornado.access:304 GET / (::1) 72.16ms
INFO:tornado.access:304 GET /user/style.css?v=311c1a25a99ac897d22df72ea024df452eee92fdc1453817050a243b62106e375c791d4f9b831ec371f6f342f84fd41d05bcc29d7835ec2bb78a150ba90282d1 (::1) 1.02ms
INFO:tornado.access:101 GET /socket (::1) 0.00ms
INFO:root:Opened new socket from ip: ::1
INFO:tornado.access:200 POST /env/main (::1) 1.00ms
INFO:tornado.access:200 POST /env/main (::1) 0.00ms
INFO:tornado.access:304 GET /favicon.png (::1) 14.04ms
I have gone to the file directory where visdom is saved in the environment and manually created a user\style.css file. I am not sure what code to include in the style.css. I couldn't fix the problem (I have also deleted and reinstalled visdom. It doesn't give me the user\style.css files.
The text was updated successfully, but these errors were encountered:
Do I understand you correctly, that you would like to use a user-defined style-file but could not make it recognize the style file?
As a starting point, you can place the contents of the default style file at the respective directory, or, just insert the parts you would like to overwrite.
A side note: the style file from your config-directory will be currently read only once during initialization of the server.
In case you are confused by the ERROR:root:initializing: don't worry, this is just a bug and has been solved in #894.
(The message will disappear with the next release of visdom).
Hey Fossasia, thanks for your great work. I have the following issue:
python -m visdom.server
Checking for scripts.
It's Alive!
ERROR:root:initializing
INFO:root:Application Started
INFO:root:Working directory: C:\Users\olive.visdom
You can navigate to http://localhost:8097/
INFO:tornado.access:304 GET / (::1) 30.08ms
INFO:tornado.access:304 GET /user/style.css?v=311c1a25a99ac897d22df72ea024df452eee92fdc1453817050a243b62106e375c791d4f9b831ec371f6f342f84fd41d05bcc29d7835ec2bb78a150ba90282d1 (::1) 1.00ms
INFO:tornado.access:304 GET /static/fonts/glyphicons-halflings-regular.woff2 (::1) 284.73ms
INFO:tornado.access:304 GET / (::1) 72.16ms
INFO:tornado.access:304 GET /user/style.css?v=311c1a25a99ac897d22df72ea024df452eee92fdc1453817050a243b62106e375c791d4f9b831ec371f6f342f84fd41d05bcc29d7835ec2bb78a150ba90282d1 (::1) 1.02ms
INFO:tornado.access:101 GET /socket (::1) 0.00ms
INFO:root:Opened new socket from ip: ::1
INFO:tornado.access:200 POST /env/main (::1) 1.00ms
INFO:tornado.access:200 POST /env/main (::1) 0.00ms
INFO:tornado.access:304 GET /favicon.png (::1) 14.04ms
I have gone to the file directory where visdom is saved in the environment and manually created a user\style.css file. I am not sure what code to include in the style.css. I couldn't fix the problem (I have also deleted and reinstalled visdom. It doesn't give me the user\style.css files.
The text was updated successfully, but these errors were encountered: