IfSharp
IfSharp copied to clipboard
F# for Jupyter Notebooks
Neither __SOURCE_DIRECTORY__ nor Paket.Packages are unique for each notebook in a docker container
As mentioned in #106, ``__SOURCE_DIRECTORY__`` is the same ``/home/nbuser`` for each notebook process in a docker container. Likewise the ``System.Environment.CurrentDirectory`` for each notebook is the same. Also, [the directory used...
### Description The F# kernel should support returning the Plotly mime type: https://github.com/plotly/plotly.py/blob/f65724f06b894a5db94245ee4889c632b887d8ce/plotly/offline/offline.py#L347 https://github.com/plotly/plotly.py/pull/562#issuecomment-245078317 Supporting this will allow notebooks to be previewed with plotly graphs in a safe way. Because...
### Description Is there a way to get masked input data entry from the user of the notebook equivalent to the Python kernal getpass capability? import getpass password = getpass.getpass()...