معرفی شرکت ها


custom-onnx-0.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Custom Jupyter Widget Library
ویژگی مقدار
سیستم عامل -
نام فایل custom-onnx-0.1.1
نام custom-onnx
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده nallezard <nicolas.allezard@cea.fr>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/custom-onnx/
مجوز Copyright (c) 2022 nallezard All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# custom_onnx [![Build Status](https://travis-ci.org/myorg/custom_onnx.svg?branch=master)](https://travis-ci.org/myorg/custom_onnx) [![codecov](https://codecov.io/gh/myorg/custom_onnx/branch/master/graph/badge.svg)](https://codecov.io/gh/myorg/custom_onnx) A Custom Jupyter Widget Library ## Installation You can install using `pip`: ```bash pip install custom_onnx ``` If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension: ```bash jupyter nbextension enable --py [--sys-prefix|--user|--system] custom_onnx ``` ## Development Installation Create a dev environment: ```bash conda create -n custom_onnx-dev -c conda-forge nodejs yarn python jupyterlab conda activate custom_onnx-dev ``` Install the python. This will also build the TS package. ```bash pip install -e ".[test, examples]" ``` When developing your extensions, you need to manually enable your extensions with the notebook / lab frontend. For lab, this is done by the command: ``` jupyter labextension develop --overwrite . yarn run build ``` For classic notebook, you need to run: ``` jupyter nbextension install --sys-prefix --symlink --overwrite --py custom_onnx jupyter nbextension enable --sys-prefix --py custom_onnx ``` Note that the `--symlink` flag doesn't work on Windows, so you will here have to run the `install` command every time that you rebuild your extension. For certain installations you might also need another flag instead of `--sys-prefix`, but we won't cover the meaning of those flags here. ### How to see your changes #### Typescript: If you use JupyterLab to develop then you can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the widget. ```bash # Watch the source directory in one terminal, automatically rebuilding when needed yarn run watch # Run JupyterLab in another terminal jupyter lab ``` After a change wait for the build to finish and then refresh your browser and the changes should take effect. #### Python: If you make a change to the python code then you will need to restart the notebook kernel to have it take effect. ## Updating the version To update the version, install tbump and use it to bump the version. By default it will also create a tag. ```bash pip install tbump tbump <new-version> ```


نیازمندی

مقدار نام
- ipywidgets>=7.0.0
xtr jupyter-sphinx;
xtr nbsphinx;
xtr nbsphinx-link;
xtr pypandoc;
xtr pytest-check-links;
xtr recommonmark;
xtr sphinx-rtd-theme;
xtr sphinx>=1.5;
xtr nbval;
xtr pytest-cov;
xtr pytest>=6.0;


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl custom-onnx-0.1.1:

    pip install custom-onnx-0.1.1.whl


نصب پکیج tar.gz custom-onnx-0.1.1:

    pip install custom-onnx-0.1.1.tar.gz