Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Feb 7, 2023
1 parent 9c8babe commit 6c3d6cd
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions docs/notebooks/_3_vscode.ipynb
Expand Up @@ -7,20 +7,25 @@
"tags": []
},
"source": [
"# VScode, PyCharm, Spyder, JupyterLab integration\n",
"\n",
"gdsfactory works with any python IDE. Here are the most popular ones"
"# VScode, PyCharm, Spyder, JupyterLab integration"
]
},
{
"cell_type": "markdown",
"id": "61fdd150-4b2e-4dcc-8b15-93713efff1f2",
"metadata": {},
"source": [
"By default the gdsfactory installer installs JupyterLab\n",
"You can launch it from the anaconda navigator\n",
"You can launch jupyterlab or VSCode from the anaconda navigator\n",
"\n",
"Make sure you launch:\n",
"\n",
"- JupyterLab: recommended for new users and for learning\n",
"- VSCode: for more advanced users.\n",
"\n",
"\n",
"using the anaconda navigator so that your path is setup correctly.\n",
"\n",
"![anaconda](https://i.imgur.com/bw65Jya.png)"
"![navigator](https://i.imgur.com/e1fSszF.png)"
]
},
{
Expand Down Expand Up @@ -82,7 +87,7 @@
"\n",
"Spyder is the most similar IDE to Matlab.\n",
"\n",
"You need to install spyder from the anaconda prompt `mamba install spyder`\n",
"You can install spyder from the anaconda prompt using `conda install spyder -y`\n",
"\n",
"![spyder ipython](https://i.imgur.com/FotCgPh.png)"
]
Expand Down

0 comments on commit 6c3d6cd

Please sign in to comment.