{"nbformat_minor": 2, "cells": [{"source": "# A sentiment(al) analysis of why Red Dwarf is no longer funny (to me)", "cell_type": "markdown", "metadata": {}}, {"source": "## A Jupyter [Data] Mining Corp Investigation", "cell_type": "markdown", "metadata": {}}, {"source": "What follows is a faux analysis of the humour in Red Dwarf and why it seems to be waning in recent series. While undoubtedly tounge-in-cheek, I have endeavoured to bring modern method, tools and techniques to bear on the question of whether Red Dwarf is less amusing now than when it started.\n\nThis investigation uses F# as the central language for data analysis and employs the following packages:", "cell_type": "markdown", "metadata": {}}, {"execution_count": 1, "cell_type": "code", "source": "#load \"Paket.fsx\"\n\nPaket.Dependencies.Install \"\"\"\nframeworks: net45\nsource https://nuget.org/api/v2\nnuget FSharp.Data\nnuget XPlot.GoogleCharts\n\"\"\"\n\nPaket.LoadingScripts.ScriptGeneration.generateScriptsForRootFolder \n Paket.LoadingScripts.ScriptGeneration.FSharp\n (Paket.FrameworkIdentifier.DotNetFramework Paket.FrameworkVersion.V4_5)\n (System.IO.DirectoryInfo __SOURCE_DIRECTORY__)\n \n#load \"paket-files/include-scripts/net45/include.main.group.fsx\"\n//#load \"XPlot.Plotly.Paket.fsx\"\n//#load \"XPlot.Plotly.fsx\"\n\nopen System\nopen System.IO\nopen FSharp.Data\nopen FSharp.Data.JsonExtensions\nopen XPlot\nopen XPlot.GoogleCharts", "outputs": [], "metadata": {"collapsed": false}}, {"source": "I also (temporarily) need a custom display printer to support XPlot.GoogleCharts (pending the resolution of an [issue](https://github.com/fsprojects/IfSharp/issues/118))", "cell_type": "markdown", "metadata": {}}, {"execution_count": 2, "cell_type": "code", "source": "open IfSharp.Kernel.App\n\n@\"