FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
datascienceinterviews.github.io/.gitpod.yml at master · datascienceinterviews/datascienceinterviews.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
datascienceinterviews
/
datascienceinterviews.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
20
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
datascienceinterviews.github.io
/
.gitpod.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (21 loc) · 706 Bytes
Breadcrumbs
datascienceinterviews.github.io
/
.gitpod.yml
Copy path
File metadata and controls
25 lines (21 loc) · 706 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
This configuration file was automatically generated by Gitpod.
#
Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
#
and commit this file to your remote git repository to share the goodness with others.
tasks
:
-
name
:
setup
init
:
|
pip install -r requirements.txt
sudo apt-get install -y tzdata
sudo ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime
sudo dpkg-reconfigure -f noninteractive tzdata
mkdocs serve
vscode
:
extensions
:
-
ms-python.python
-
ms-python.anaconda-extension-pack
-
ms-toolsai.jupyter
-
ms-toolsai.jupyter-keymap
-
ms-toolsai.jupyter-renderers
ports
:
-
port
:
8000
onOpen
:
open-preview
Back
|
FazBrowse Home
|
New Git URL