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.

My Binder does not detect C# Kernel

See original GitHub issue

Describe the bug

I created a C# notebook, copied the files from the samples/my binder folder and followed the steps in the document “Share your notebooks on Binder” (link). Upon launch it tells me no C# Kernel is available. After that I tried using the Dockerfile and nuget.config from the root of this repo but it still does not work.

When I build and run the container manually on a local machine everything works fine.

Please complete the following:

Which version of .NET Interactive are you using? There are a few ways to find this out:

  • In a notebook, run the #!about magic command.
  • At the command line, run dotnet interactive --version.
  • In VS Code, run "Report installed version for .NET Interactive` and copy the version number from the status popup.
  • OS
    • Windows 10
    • macOS
    • Linux (Please specify distro)
    • iOS
    • Android
  • Browser
    • Chrome
    • Edge
    • Firefox
    • Safari
  • Frontend
    • Jupyter Notebook
    • Jupyter Lab
    • nteract
    • Visual Studio Code
    • Other (please specify)

Reproduce

See my repo

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
colombodcommented, Jul 22, 2020

Don’t know if binder is case sensitive in any way, the only difference I see is that my file is Dockerfile while your is DOCKERFILE but clearly binder is not using that docker file to build the image. As the server start is supposed to be set to use ~/notebooks as working directory.

My landing page will look like this image

But with your binder instance I clearly land in ~/ image

This is making me think that the docker file is not detected by the bonder tool, could you try address the casing?

1reaction
colombodcommented, Jul 21, 2020

I have followed the steps in the sample and create this binder using the repo you can access here .

I just copied the files from the samples/my binder folder and added a notebook there.

image

and i have the following kernels available in jupyter

image

Can you share you repo?

Read more comments on GitHub >

github_iconTop Results From Across the Web

module not found error: mybinder interactive notebooks
1 Answer 1 ... Syntax here really matters. The configuration file you are trying to make should be named requirements.txt in order to...
Read more >
Notebook added to binder but it doesn't run (kernel not ...
I have added my first notebook into mybinder.org, and it displays OK but doesn't seem to run. The kernel status shows as “Not...
Read more >
Module "ashmem" doesn't load with Secure Boot on (but " ...
So, I'm puzzled why "binder" loads with Secure Boot enabled, but "ashmem" does not load with with Secure Boot enabled. And for what...
Read more >
[Errno 2] No such file or directory
The session via MyBinder won't be able to see your local directories. It looks like you have put the .csv file successfully on...
Read more >
Android Binder
Binder is an Android-specific interprocess communication mechanism, and remote method invocation system. That is, one Android process can ...
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