Closed thomasd3 closed 2 years ago
I'm not sure anyone has tried Big Sur / macOS 11.x but I'm not aware of anything that would specifically break. My Mac is too old to test on that unfortunately.
If you build from source and run under a debugger you might get more interesting information.
To debug the start-up process it's useful to use this: https://github.com/fsprojects/IfSharp/blob/a2bdc6522845571224b042c0a9cbe8e9068f0eab/src/IfSharp/Program.fs#L23-L24
Related the version of .NET Core should be completely unrelated. There's only an experimental and unreleased version of IFSharp that works for .NET Core. What version of Mono are you using?
Description
Jupyter doesn't start on MacOS BigSur
Repro steps
type: mono ifsharp.exe
Expected behavior
I'm expecting jupyter to start and open the browser
Actual behavior
I get this output:
but then nothing happens
I can type 'jupyter lab' or 'jupyter notebook' and they both start without problem.
There is nothing in the console. How can I get more log info about what's happening?