- Jupyter for Data Science
- Dan Toomey
- 121字
- 2021-07-08 09:22:35
Can you email a notebook?
In order to email your notebook, the notebook must be converted to a plain text format, sent as an attachment to the recipient, and then the recipient must convert it back to the 'binary' notebook format.
Email attachments are normally converted to a well-defined MIME (Multi-purpose Internet Mail Extension) format. There is a program available that converts the notebook format, nb2mail, which converts the notebook to a notebook MIME format. The program is available at https://github.com/nfultz/nb2mail.
Usage is as follows:
- Install nb2mail using pip command (see website)
- Convert your selected notebook to MIME format
- Send to recipient
- The recipient MIME conversion process will store the file in the correct fashion (assuming they have also installed nb2mail)
推薦閱讀
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- C++程序設(shè)計(jì)(第3版)
- 程序員考試案例梳理、真題透解與強(qiáng)化訓(xùn)練
- Learning Apache Kafka(Second Edition)
- Java程序設(shè)計(jì)案例教程
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript
- Mastering Leap Motion
- AutoCAD基礎(chǔ)教程
- Python程序設(shè)計(jì):基礎(chǔ)與實(shí)踐
- Django 2.0 入門與實(shí)踐
- Spring Microservices
- Flutter for Beginners
- Unreal Engine 4 Game Development Essentials
- Modern R Programming Cookbook
- 數(shù)據(jù)科學(xué)之編程技術(shù):使用R進(jìn)行數(shù)據(jù)清理、分析與可視化