IfSharp icon indicating copy to clipboard operation
IfSharp copied to clipboard

F# for Jupyter Notebooks

Results 13 IfSharp issues
Sort by recently updated
recently updated
newest added

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...

enhancement

### 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()...

enhancement