- 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)
推薦閱讀
- Dynamics 365 Application Development
- C語言程序設計
- Banana Pi Cookbook
- Learning Laravel 4 Application Development
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Java程序設計
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Extreme C
- 程序員的成長課
- Android高級開發實戰:UI、NDK與安全
- RESTful Web API Design with Node.js
- 高性能MVVM框架的設計與實現:San
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- Appcelerator Titanium Smartphone App Development Cookbook