Skip to content

Commit f9501a7

Browse files
committed
jupyter lab
1 parent b57f695 commit f9501a7

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

Python/Module1_GettingStartedWithPython/Getting_Started_With_IDEs_and_Notebooks.ipynb

+17-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"**Pros**\n",
3838
"\n",
3939
"- works well out-of-the-box\n",
40-
"- supported by professionals and thus is very reliable\n",
40+
"- long-supported by professionals and thus is very reliable\n",
4141
"- highly configurable\n",
4242
"- fully-featured\n",
4343
"\n",
@@ -56,16 +56,30 @@
5656
"\n",
5757
"**Cons**\n",
5858
"\n",
59-
"- currently less polished and powerful than PyCharm\n",
59+
"- currently less polished and less powerful than PyCharm, although Microsoft is now formally supporting the Python extension\n",
6060
"- can require some tinkering to get features working\n",
6161
"\n",
62+
"\n",
6263
"<div class=\"alert alert-info\">\n",
6364
"\n",
6465
"**Takeaway**:\n",
6566
"\n",
6667
"Integrated Development Environments (IDEs) provide powerful tools for helping you write well-formatted and typo-free code. We recommend using PyCharm Community Edition or Visual Studio Code (with the Python extension installed) for your Python IDE. \n",
6768
"</div>"
6869
]
70+
},
71+
{
72+
"cell_type": "markdown",
73+
"metadata": {},
74+
"source": [
75+
"<div class=\"alert alert-warning\">\n",
76+
"\n",
77+
"**Jupyter Lab**:\n",
78+
"\n",
79+
"[Jupyter Lab](https://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html) is a new IDE that is being developed by the same team that develops the Jupyter Notebook. It aims to mix the polish and power of a traditional IDE, along with the convenience and great utility of the notebook environment. As of writing this, Jupyter Lab is still in the beta release phase. Given the massive popularity of Jupyter Notebook, Jupyter Lab will likely become a widely used IDE, quickly. \n",
80+
"\n",
81+
"</div>"
82+
]
6983
}
7084
],
7185
"metadata": {
@@ -85,7 +99,7 @@
8599
"name": "python",
86100
"nbconvert_exporter": "python",
87101
"pygments_lexer": "ipython3",
88-
"version": "3.6.4"
102+
"version": "3.6.3"
89103
}
90104
},
91105
"nbformat": 4,

0 commit comments

Comments
 (0)