question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DOC: Impossible sequence of commands

See original GitHub issue

On here:

http://docs.dask.org/en/latest/setup/single-distributed.html

in the examples section, there’s the following set of commands:

Screenshot 2019-05-06 14 58 51

The last command is not possible, because the Client() object does not have a method called start_worker. The LocalCluster() object c which was overwritten by doing c = Client() does have this method, but the Client() object has start_ipython_workers?

As I’m just beginning with dask, I don’t know which one was meant to be used. Or do both work?

Using version 1.2 on macOS 10.12.3

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
martindurantcommented, May 6, 2019

yes, but you would need to refer to cluster again on the next line (where we just get the repr) and start/stop worker lines.

0reactions
michaelayecommented, May 6, 2019

Added dask/distributed#2664

Read more comments on GitHub >

github_iconTop Results From Across the Web

Outlook 2016 – 503 Bad sequence of commands
Outlook 2016 – 503 Bad sequence of commands. Allo. It is the first time we get this problem, and it is only for...
Read more >
How to find all Emacs commands whose behavior changes ...
One way to do this with Icicles is to use command icicle-fundoc . ... code for Vcurrent_prefix_arg but impossible in the general case,...
Read more >
sequence command for Splunk - YouTube
Source available here: https://github.com/doksu/TA-statemachineAttack graph shown is from a paper by Jeannette M. Wing called "Scenario ...
Read more >
ANSI escape code - Wikipedia
ANSI escape sequences are a standard for in-band signaling to control cursor location, ... The terminal interprets these sequences as commands, rather than...
Read more >
Screen User's Manual - Window Settings
These commands control the way screen treats individual windows in a session. ... escape-sequence ( ESC k name ESC \ ) and the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found