All Projects → fastai → Nbdev_template

fastai / Nbdev_template

Licence: apache-2.0
Template for nbdev projects

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nbdev template

Nbdev
Create delightful python projects using Jupyter Notebooks
Stars: ✭ 3,061 (+1801.24%)
Mutual labels:  documentation-tool, documentation-generator, jupyter-notebook, jupyter
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+3684.47%)
Mutual labels:  documentation-generator, jupyter, documentation-tool
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+1060.25%)
Mutual labels:  jupyter-notebook, jupyter
Py4chemoinformatics
Python for chemoinformatics
Stars: ✭ 140 (-13.04%)
Mutual labels:  jupyter-notebook, jupyter
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+1351.55%)
Mutual labels:  jupyter-notebook, jupyter
Beyond Jupyter
🐍💻📊 All material from the PyCon.DE 2018 Talk "Beyond Jupyter Notebooks - Building your own data science platform with Python & Docker" (incl. Slides, Video, Udemy MOOC & other References)
Stars: ✭ 135 (-16.15%)
Mutual labels:  jupyter-notebook, jupyter
Nbgallery
Enterprise Jupyter notebook sharing and collaboration app
Stars: ✭ 135 (-16.15%)
Mutual labels:  jupyter-notebook, jupyter
Opendatawrangling
공공데이터 분석
Stars: ✭ 148 (-8.07%)
Mutual labels:  jupyter-notebook, jupyter
Python Workshop
A series of Jupyter Notebooks on exploring Unidata technology with Python. See website for more information.
Stars: ✭ 127 (-21.12%)
Mutual labels:  jupyter-notebook, jupyter
Ipynb Quicklook
A Quick Look generator for Jupyter/IPython notebooks without further dependencies
Stars: ✭ 152 (-5.59%)
Mutual labels:  jupyter-notebook, jupyter
Alphalens
Performance analysis of predictive (alpha) stock factors
Stars: ✭ 2,130 (+1222.98%)
Mutual labels:  jupyter-notebook, jupyter
Data Science Stack Cookiecutter
🐳📊🤓Cookiecutter template to launch an awesome dockerized Data Science toolstack (incl. Jupyster, Superset, Postgres, Minio, AirFlow & API Star)
Stars: ✭ 153 (-4.97%)
Mutual labels:  jupyter-notebook, jupyter
Fastdoc
Create publication-quality books from Jupyter notebooks
Stars: ✭ 134 (-16.77%)
Mutual labels:  jupyter-notebook, jupyter
Documentalist
📝 A sort-of-static site generator optimized for living documentation of software projects
Stars: ✭ 130 (-19.25%)
Mutual labels:  documentation-tool, documentation-generator
Ipytracer
📊 Algorithm Visualizer for IPython/Jupyter Notebook
Stars: ✭ 138 (-14.29%)
Mutual labels:  jupyter-notebook, jupyter
Nb2xls
Convert Jupyter notebook to Excel spreadsheet
Stars: ✭ 129 (-19.88%)
Mutual labels:  jupyter-notebook, jupyter
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (-9.94%)
Mutual labels:  jupyter-notebook, jupyter
Ipystata
Enables the use of Stata together with Python via Jupyter (IPython) notebooks.
Stars: ✭ 154 (-4.35%)
Mutual labels:  jupyter-notebook, jupyter
Chinese Chatbot
中文聊天机器人,基于10万组对白训练而成,采用注意力机制,对一般问题都会生成一个有意义的答复。已上传模型,可直接运行,跑不起来直播吃键盘。
Stars: ✭ 124 (-22.98%)
Mutual labels:  jupyter-notebook, jupyter
Ipyexperiments
jupyter/ipython experiment containers for GPU and general RAM re-use
Stars: ✭ 128 (-20.5%)
Mutual labels:  jupyter-notebook, jupyter

nbdev template

Use this template to more easily create your nbdev project.

If you are using an older version of this template, and want to upgrade to the theme-based version, see this helper script (more explanation of what this means is contained in the link to the script).

Troubleshooting Tips

  • Make sure you are using the latest version of nbdev with pip install -U nbdev
  • If you are using an older version of this template, see the instructions above on how to upgrade your template.
  • It is important for you to spell the name of your user and repo correctly in settings.ini or the website will not have the correct address from which to source assets like CSS for your site. When in doubt, you can open your browser's developer console and see if there are any errors related to fetching assets for your website due to an incorrect URL generated by misspelled values from settings.ini.
  • If you change the name of your repo, you have to make the appropriate changes in settings.ini
  • After you make changes to settings.ini, run nbdev_build_lib && nbdev_clean_nbs && nbdev_build_docs to make sure all changes are propagated appropriately.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].