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

Can not figure out how to create a new connection #115

Open
chipkent opened this issue Sep 4, 2024 · 1 comment
Open

Can not figure out how to create a new connection #115

chipkent opened this issue Sep 4, 2024 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@chipkent
Copy link
Member

chipkent commented Sep 4, 2024

As of version 1.9, I am totally unable to figure out how to create a DH connection. I've tried the new DH item in the left bar, I've tried cmd+p, the bottom bar, etc. No luck. Since I can't figure this step out, the plugin is basically unusable right now.

@chipkent chipkent added bug Something isn't working triage labels Sep 4, 2024
@bmingles
Copy link
Collaborator

bmingles commented Sep 4, 2024

@chipkent first thing to check would be whether the extension is aware of your running server. The default config looks for localhost:10000. If it is running, you should see the server listed in the "Running" group of the DH activity bar item.

image

If you are running a server on a different port, it will need to be explicitly configured in the extension settings:
e.g.

"deephaven.coreServers": [
  "http://localhost:10000/",
  "http://localhost:4010/"
],

image

If the extension shows your server running, you should just be able to run any Python file or selection, and it should auto connect to the server or prompt you to select it if you have multiple running.

@vbabich vbabich added question Further information is requested and removed triage labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants