Naver Services
============================================================
Overview
============================================================
============================================================
IDE :: Platform Layer
============================================================
mkdir project_name mkdir package_name git init python3 -m venv env source env/bin/activate pip install --upgrade pip pip install -r requirements.txt
============================================================
IDE :: Application Layer
============================================================
Terminal
python ide.py
Jupyter
import os import sys sys.path.append(f"{os.environ['HOME']}/pjts/PROJECT_NAME") import ide ide.main(ide='jupyter') ide.setup_logpath(modulepath='jupyter.MODULE_NAME')
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
NaverService-0.0.1.tar.gz
(11.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters