-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install #230
Comments
After some more troubleshooting I was able to get Upon trying to use the newly installed kernel with Jupyter Lab it seems to not work at all, making jupyter hang and throw a lot of errors in the web interface. Jupyter Notebook seems to work fine. |
Strange, you shouldn't need to add that shortcut. Which Python distribution are you using? The last zip release is from a while back. It's missing a fix for JupyterLab so you'd have to build from master yourself if you want to use JupyterLab for the moment. |
I'm using Python 3.7.3 straight from the python software foundation (no Anaconda). Good to know there's already a fix that's already done for the Lab incompatibility! EDIT: |
Some folks have definitely been able to use a straight Python installer though I use Anaconda myself. It's fairly direct what it's doing: IfSharp/src/IfSharp.Kernel/App.fs Lines 243 to 255 in de9561b
If you run a You only have to run the exe once, launching Jupyter is just a convenience that works for most folks. On the second question: due to the way Jupyter works then you must keep the folder in the location you ran it from. For example, I have a configuration file: Which configures the location of kernel which Jupyter launches: {
"display_name": "F#",
"argv": [ "E:\/dev\/IfSharp\/src\/IfSharp\/bin\/Debug\/ifsharp.exe", "{connection_file}"],
"language": "fsharp"
} There's a few discussions about how to make the installation process more comfortable e.g. #228 |
Yes, I was able to run it straight from the terminal, that's how I usually start jupyter. I followed the backtrace as well, that's also why I thought about making the shortcut in my home dir, since the working directory is set to that. Thank you for answering my concern on the files after the install. |
There might be more information on the exceptions, perhaps a permissions issue? So far we've not printed it out as it's always turned out to be a pathing issue that went away on reinstall. If you were to build yourself could find if there's any additional information. We could possibly just print but for most people it might be confusing noise. |
I'm going to close this for now, but if you get more information happy to look at it again later. |
Description
Unable to install the notebook using the zipped installer.
Repro steps
Please provide the steps required to reproduce the problem
Unzip latest release
Run ifsharp.exe
Expected behavior
Installation of notebook
Actual behavior
Known workarounds
None
Related information
I made sure jupyter is on path. I can start it from the command prompt or from powershell and the folder where the executable sits at is in both the user's and the system's PATH.
The text was updated successfully, but these errors were encountered: