fsprojects / IfSharp

F# for Jupyter Notebooks
Other
440 stars 71 forks source link

Incorrect error messages #173

Closed ShalokShalom closed 6 years ago

ShalokShalom commented 6 years ago

I tried several issues, all they remain obfuscated to me, while other .Net online editors show it precisely:

img_20180316_144253

img_20180316_144327

cgravill commented 6 years ago

Looks to work for me:

image

Could you share your Azure Notebook? Perhaps something else is wrong there.

ShalokShalom commented 6 years ago

https://fsharp-shalokshalom.notebooks.azure.com/nb/notebooks/TestNotebook.ipynb

cgravill commented 6 years ago

That's very strange, with your notebook I see the same fairly helpful error message. It looks as if you're somehow running a different version of IfSharp than I am locally or on Azure Notebooks.

Did you recently create the notebook? Have you been using Azure Notebooks for awhile?

@crwilcox any idea how this might be happening? Should we raise this on https://github.com/Microsoft/AzureNotebooks/ ?

ShalokShalom commented 6 years ago

Yes, recently and on a new account.

ShalokShalom commented 6 years ago

Does it make a difference if I created this account and Notebook with a slightly outdated browser?

cgravill commented 6 years ago

Not that I'm aware of. It would be good to try another current browser as a test if you have one available.

I've seen this sort of usage work happily on Edge, Chrome, Firefox, and Safari.

ShalokShalom commented 6 years ago

It works now fine in a current browser (on the desktop) so I see this as solved, thank a lot.