Skip to content
View nokados's full-sized avatar
🦄
Unicorn shepherd
🦄
Unicorn shepherd
  • CraftTalk
  • Moscow, Russia

Block or report nokados

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. alternate alternate Public

    Practical experiments with "Alternate" method of Oskar Hartmann

    Jupyter Notebook

  2. qlibin qlibin Public

    Библиотека qlibin помогает быстро создавать индикаторы для QUIK на Lua

    Lua 1

  3. Paginator for pandas.DataFrame in Ju... Paginator for pandas.DataFrame in Jupyter Notebook. UPD: use https://github.com/nvictus/pandas-jupyter-paginate instead
    1
    from IPython.core.display import display, HTML, clear_output
    2
    from ipywidgets import widgets, Layout
    3
    import math
    4
    PAGESIZE=10
    5
    
                  
  4. startupideasgan startupideasgan Public

    a web app that generates startup ideas via GAN for text

    Python