Skip to content

Instantly share code, notes, and snippets.

@fperez
Created November 8, 2018 16:50
Show Gist options
  • Save fperez/1a9ae16cad077bd974c6733eeb6d1bf7 to your computer and use it in GitHub Desktop.
Save fperez/1a9ae16cad077bd974c6733eeb6d1bf7 to your computer and use it in GitHub Desktop.
LogisticRegression notebook from Data100 - test for load/kernel creation time on JupyterLab. On my system (2017 13" MBP) this nb takes 14s to open and 15s *extra* to get a kernel with JLab 0.35.4, and 4s total in Classic (no extra time for kernel)
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 17,
"metadata": {
"ExecuteTime": {
"end_time": "2018-04-03T08:20:27.937052Z",
"start_time": "2018-04-03T08:20:26.574159Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"<script type='text/javascript'>if(!window.Plotly){define('plotly', function(require, exports, module) {/**\n",
"* plotly.js v1.38.0\n",
"* Copyright 2012-2018, Plotly, Inc.\n",
"* All rights reserved.\n",
"* Licensed under the MIT license\n",
"*/\n",
@jasongrout
Copy link

For me, this notebook opens in macOS High Sierra, Firefox 63, in about 7 seconds with both JupyterLab and the classic notebook, and the kernel seems to be instantly responsive in both environments. Note that I don't have the plotly jlab extension installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment