innovata-NaverService
Project description
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')
Project details
Release history Release notifications | RSS feed
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)