How to Export Jupyter Notebooks Into Other Formats
#ICYMI: When working with Jupyter Notebook, you will find yourself needing to distribute your Notebook as something other than a Notebook file. The most likely reason is that you want to share the content of your Notebook to non-technical users that don’t want to install Python or the other dependencies necessary to use your Notebook. The most popular solution for exporting your Notebook into other formats is the built-in tool. You can use nbconvert to export to the following formats:
* HTML (-to html)
* LaTeX (-to latex)
* PDF (-to pdf)
* Reveal JS (-to slides)
* Markdown (md) (-to markdown)
* ReStructured Text (rst) (-to rst)
* executable script (-to script)
The nbconvert tool uses Jinja templates to convert your Notebook files (.ipynb) to these other static formats. Jinja is a template engine for Python. The nbconvert tool depends on Pandoc and TeX for some of the conversions that it does. You may need to install these separately on your machine. This is documented on ReadTheDocs. https://goo.gl/33z2FV
Viewpoint: How a Department of One Can Help Eliminate Hiring Bias
When the American Alliance of Museums–a small nonprofit with an HR department of one–set a goal of increasing diversity and inclusion in its hiring practices, there were three obstacles in the way. And one of those was the HR director herself. https://goo.gl/yP8ZyR
Women Slowly, Steadily Take Seats on Boards of Directors
A new California law requiring publicly traded companies to increase the number of female board directors is the latest example of efforts to improve gender diversity in business leadership. Some large companies are leading the way, but progress is slow. https://goo.gl/5W47VQ
