example description
Project description
A library to quickly import your default libraries in jupyter notebooks and python scripts.
Install
pip install dimport
Quick Start
For jupyter notebooks
Import dimport
when you create a new notebook.
import dimport
On the first time cell execution, it will print the default imports.
Copy-paste the printed lines in your notebook and remove (or keep if you want!) the import dimport
line. That's it!
For python scripts
Import dimport
at the beginning of your script.
import dimport
Run the script from the terminal. It will print the default imports.
Copy-paste the printed lines in your script and remove import dimport
line. That's it!
Note: You can modify the default imports as per your needs!
Modify the default imports
When you import dimport
for the first time after installation, it creates ~/.dimport
directory and saves the default imports in the ~/.dimport/.default
file. You can simply modify ~/.dimport/.default
file to change your default imports as per your needs!
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
File details
Details for the file dimport-1.0.0.tar.gz
.
File metadata
- Download URL: dimport-1.0.0.tar.gz
- Upload date:
- Size: 264.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6b33893a51492cfbb2895bfeef1a9505fb593815434608fef6687fd3d89dbb4 |
|
MD5 | 4262e701c27f03423c74d6b316674607 |
|
BLAKE2b-256 | 108c6a29400a7c68119bd3f19eabfde39a852bebb6279b3800697a54bf59a37a |