معرفی شرکت ها


fable-py-0.7.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Fable (python) kernel for Jupyter
ویژگی مقدار
سیستم عامل -
نام فایل fable-py-0.7.0
نام fable-py
نسخه کتابخانه 0.7.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dag Brattli
ایمیل نویسنده dag@brattli.net
آدرس صفحه اصلی https://github.com/dbrattli/Fable.Jupyter
آدرس اینترنتی https://pypi.org/project/fable-py/
مجوز -
# F# and Fable (Python) support for Jupyter Fable Python is an F# kernel for Jupyter based on [Fable](https://fable.io) and [IPythonKernel](https://github.com/ipython/ipykernel). Fable is a transpiler that converts [F#](https://fsharp.org) to Python (and JavaScript). This work is work-in-progress and related to - https://github.com/fable-compiler/Fable/issues/2339 - https://github.com/fable-compiler/Fable/pull/2345 ## Install Make sure you have a recent version of .NET installed on your machine: https://dotnet.microsoft.com/download You also need to install the `fable-py` .NET tool globally (and make sure it's available in PATH environment) ```sh dotnet tool install -g fable-py --version 4.0.0-alpha-026 pip install fable-py python -m fable_py install ``` To use the very latest changes (for development): ```sh git clone https://github.com/dbrattli/Fable.Jupyter.git cd Fable.Jupyter python setup.py develop python -m fable_py install ``` ## Usage You can use Fable Python in the Jupyter notebook by selecting the "F# (Fable Python)" kernel. To start Jupyter run e.g: ```shell jupyter notebook # or jupyter lab ``` ## Magic commands You can inspect the generated Python code by executing `%python` in a cell: ``` %python ``` You can inspect the maintained F# program by executing `%fsharp` in a cell: ``` %fsharp ``` ## F# Program The kernel works by maintaining an F# program `Fable.fs` behind the scenes. This program lives in a separate `tmp` folder for each instance of the kernel. Sometimes the generated F# program might become invalid because of the submitted code fragments (this can happen with a Python notebook as well). The way to recover is to reset the kernel. That will reset the F# program that is running behind the notebook. To reset the kernel select on the menu: `Kernel -> Restart` or `Kernel -> Restart & Clear Output`. or you can use the reset command: ``` %reset ``` If you need additional package references you currently need to add them manually to the `Fable.fsproj` project file. TODO: handle `#r nuget "...` commands from within the notebook.


نیازمندی

مقدار نام
- jupyter


نحوه نصب


نصب پکیج whl fable-py-0.7.0:

    pip install fable-py-0.7.0.whl


نصب پکیج tar.gz fable-py-0.7.0:

    pip install fable-py-0.7.0.tar.gz