An error occurred fetching the project authors.
  1. 16 Nov, 2016 1 commit
  2. 11 May, 2016 1 commit
    • Douglas's avatar
      Jupyter: Added experimental integration between pivottablejs and Pandas.DataFrame · 5df56607
      Douglas authored
      pivottablejs is a very useful pivot table implementation in Javascript that
      alllows the user to create his own tables and charts. And also they had examples
      of integration with Pandas.DataFrame objects and Jupyter. So this is highly
      based on that.
      
      **ATTENTION**: this is an experimental integration and does not follow the ERP5
      Javascript standards. It will be refactored in the future to use RenderJS and
      JIO.
      
      The integration generates an HTML page template which starts the pivot table and
      have a placeholder for the data, that will be later replaced with a Data Frame
      data as CSV. After this replacement the page is stored in the memcached server
      and then served from there, through a Script (Python) object, inside an HTML
      iframe. The iframe is necessary because a lot of Javascript libraries that are
      not included in the Jupyter web page are loaded.
      
      A web page with id "PivotTableJs_getMovementHistoryList" was created to demo
      how pivottablejs can be integrated within ERP5, either using AJAX or not.
      
      In the process of this integration a simple external method to render
      iPython's display classes (Images, Video, Youtube, IFrame, etc) was created. It
      will be refactored and polished along with the kernel itself in the future.
      5df56607
  3. 28 Apr, 2016 1 commit
    • Douglas's avatar
      Jupyter Kernel: added automatic error rendering · 5be40cad
      Douglas authored
      @kirr, @Tyagov and @tatuya, please review.
      
      Now the ERP5 Jupyter kernel automatically renders errors that happens in the
      user-side code. Errors are captured during the AST tree creation (to be able to
      detect syntax errors) and at execution time. The current transaction is
      automatically aborted on error detection.
      
      /reviewed-on nexedi/erp5!85
      5be40cad
  4. 17 Feb, 2016 1 commit
  5. 26 Nov, 2015 15 commits
  6. 26 Feb, 2014 1 commit
  7. 10 Sep, 2013 1 commit
  8. 31 Mar, 2011 1 commit
    • Rafael Monnerat's avatar
      2010-03-31 rafael · c9b089af
      Rafael Monnerat authored
      * Initial Release
      
      Due activity-race, the rules should be present before install erp5_demo_maxma_sample, because it contains simulation movements with workflows history. This case provokes the simulation be re-expanded and raising errors due missing (or not indexed) rules.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44845 20353a03-c40f-0410-a6d1-a30d3c3de9de
      c9b089af
  9. 28 Mar, 2011 1 commit