Git Product home page Git Product logo

Comments (12)

onlytailei avatar onlytailei commented on August 22, 2024 12

Sorry... Forget to start the server....

from visdom.

lvdmaaten avatar lvdmaaten commented on August 22, 2024 6

You should run the python -m visdom.server command from your terminal, not in the python REPL. Make sure the server is running, so start in it a separate terminal window (potentially using screen or tmux)

from visdom.

lvdmaaten avatar lvdmaaten commented on August 22, 2024 2

You should make your client connect to the correct port: vis = visdom.Visdom(port=7777).

from visdom.

soldier828 avatar soldier828 commented on August 22, 2024 1

Thank you! I'm new here. And didn't realize to start the server.

from visdom.

isalirezag avatar isalirezag commented on August 22, 2024

I received the same error. I run python -m visdom.server in my terminal in ipython but I received invalid syntax error..
should I run this command somewhere else?

image

Thanks

from visdom.

udion avatar udion commented on August 22, 2024

I started the server using python -m visdom.server -p 7777 and was able to open it in the browser,
image
image

but when trying

import visdom, numpy as np
vis = visdom.Visdom()
vis.text('hello')

I get the following error:
image
image

please help

from visdom.

udion avatar udion commented on August 22, 2024

Thanks,
also while running the demo script I get an error
image
is this attribute not available yet through pip (I installed visdom using pip)

from visdom.

JackUrb avatar JackUrb commented on August 22, 2024

Hi @udion - Yeah I haven't updated the pip package just yet, sorry! Doing so now

from visdom.

zhaopanpan73 avatar zhaopanpan73 commented on August 22, 2024

when I start the server.then it happens
image
I don't know what the "scripts" refers to ?

from visdom.

JackUrb avatar JackUrb commented on August 22, 2024

Every time the server runs it checks to see if it needs to download additional scripts for the frontend and then it does the downloads. This is normal behavior.

from visdom.

zhaopanpan73 avatar zhaopanpan73 commented on August 22, 2024

@JackUrb But my computer can't connect to the internet by school's config. In this situation,what should I do to make the server run properly

from visdom.

JackUrb avatar JackUrb commented on August 22, 2024

@zhaopanpan73 You can download the scripts elsewhere using the download.sh script, and then copy them over to the proper locations.

from visdom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.