Giter VIP home page Giter VIP logo

Comments (2)

takluyver avatar takluyver commented on May 24, 2024

I think the kernel is erroneously trying to import modules.

Well, it's certainly trying to import modules. But that's not really erroneous - it's Python code, it can't do much without importing modules.

We've discussed this before. There is a potential way to avoid it: you can start the kernel with a different working directory, passing it the real working directory in some way, and then have it change to that directory once it's finished starting up. However, it would be a bit tricky to do that now that there are multiple different kernels, none of which currently support such a thing. And since it's generally considered a bad idea to give Python files the same name as common modules, we decided not to implement that for the time being.

from ipykernel.

nebil avatar nebil commented on May 24, 2024

I understand, @takluyver. I found this by accident because I was learning about decorators in Python with examples, using a file called decorator.py. But you're definitely right; I'll just rename my file. 😌

Thank you for your prompt reply.

from ipykernel.

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.