معرفی شرکت ها


MongoNotebookManager-1.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A notebook manager for IPython with MongoDB as the backend.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل MongoNotebookManager-1.0.0
نام MongoNotebookManager
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Laurence Putra
ایمیل نویسنده laurenceputra@gmail.com
آدرس صفحه اصلی https://github.com/laurenceputra/mongo_notebook_manager
آدرس اینترنتی https://pypi.org/project/MongoNotebookManager/
مجوز GPL v3
MongoNotebookManager ==================== IPython Notebook Manager in MongoDB Setting up ---------- First, run :: pip install MongoNotebookManager Then, when you start ipython notebook, make sure you have the following config settings in place. This module will save your notebooks and checkpoints to mongodb, and supports an unlimited number of checkpoints. required ~~~~~~~~ :: NotebookApp.notebook_manager_class=mongo_notebook_manager.MongoNotebookManager optional ~~~~~~~~ Below are the arguments, with their default values mongo\_uri ^^^^^^^^^^ :: MongoNotebookManager.mongo_uri='mongodb://localhost:27017/' replica\_set ^^^^^^^^^^^^ :: MongoNotebookManager.replica_set='' database\_name ^^^^^^^^^^^^^^ :: MongoNotebookManager.database_name='ipython' notebook\_collection ^^^^^^^^^^^^^^^^^^^^ :: MongoNotebookManager.notebook_collection='notebooks' checkpoint\_collection ^^^^^^^^^^^^^^^^^^^^^^ :: MongoNotebookManager.checkpoint_collection='checkpoints' checkpoints\_history ^^^^^^^^^^^^^^^^^^^^^^ :: MongoNotebookManager.checkpoints_history=True Why did I build this? --------------------- I was setting up IPython Notebook on heroku, and ran into the problem where heroku will remove the extra files after a while. Having used mongodb quite thoroughly before, and knowing the existence of the free mongodb host (up to 500mb, which I believe is more than enough for most users of IPython Notebook), mongolab, I decided to write a module that will enable persistence of the notebooks on heroku, hence this plugin. Bugs? ----- This is still in Alpha stage, although most of the basic features are working. If you do find any bugs, please report issues to the `repo on Github <https://github.com/laurenceputra/mongo_notebook_manager/issues>`_. Features? --------- If there are additional features that you are looking for, please create an issue over at our `repo on Github <https://github.com/laurenceputra/mongo_notebook_manager/issues>`_, and we'll prioritize and get working on it. Pull requests? -------------- If you wish to make things better, or fix one of the issues(bug/feature), please submit a pull request. However, please follow the `AngularJS commit message guideline <https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit>`_ for your commit messages.


نحوه نصب


نصب پکیج whl MongoNotebookManager-1.0.0:

    pip install MongoNotebookManager-1.0.0.whl


نصب پکیج tar.gz MongoNotebookManager-1.0.0:

    pip install MongoNotebookManager-1.0.0.tar.gz