Giter Club home page Giter Club logo

Comments (5)

akhmerov avatar akhmerov commented on August 16, 2024

Here is the explanation. Should be easy to fix.

from qcodes.

alexcjohnson avatar alexcjohnson commented on August 16, 2024

Thanks @dbwz8 - I've coerced the Windows behavior and replicated this error by adding to the first cell of the example notebook:

# force windows multiprocessing behavior on mac
import multiprocessing as mp
mp.set_start_method('spawn')

@akhmerov thanks for the link - should be an easy fix indeed.

from qcodes.

guenp avatar guenp commented on August 16, 2024

@dbwz8 Good point - all our measurement computers run Windows so in fact that should be the primary OS we test on.

from qcodes.

akhmerov avatar akhmerov commented on August 16, 2024

Of course Windows has a disadvantage that it will never be able to run Jupyterhub, and also I'm not sure how easy it is to securely publish a Jupyter single user server running on windows. @guenp did you try/succeed?

from qcodes.

alexcjohnson avatar alexcjohnson commented on August 16, 2024

@dbwz8 can you pull and try it again now? qdev-dk-archive@c866552 (no lambdas or closures) and qdev-dk-archive@36c0dbe (no functions or classes in the interpreter session) solve it for me using 'spawn' on my mac.

In general it's nice to keep definition code out of the notebook but for simple examples it's a bit annoying that they can't be self-contained... it's also annoying that with spawn any errors in the extra process only show up in the terminal where you're running jupyter, in the actual notebook it's a silent failure. I'll poke around a bit and see if there's a way to get them pushed into the notebook.

from qcodes.

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.