DenoDDeno
Powered by
santiS
Denoβ€’3y agoβ€’
4 replies
santi

Deno Jupyter Notebook - monorepo support

Hi all! We have a typescript-based monorepo that uses Turbo/Pnpm/etc

Our primary reason for coming across Deno is that it seems to be the best supported way to use Typescript in a Jupyter notebook. We'd like set up a notebooks/ subfolder in the apps/* folder of the project and do queries there

I haven't been able to set this up (maybe due to inexperience with Deno). For example, both of the following commands fail:
// Importing from a package in node_modules
import { PrismaClient } from '@prisma/client';
// Importing from a monorepo package
import { soemthing } from '@myapp/api';
// Importing from a package in node_modules
import { PrismaClient } from '@prisma/client';
// Importing from a monorepo package
import { soemthing } from '@myapp/api';

I've tried both in the root of the project and in the notebooks/* sub-folder
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Deno JavaScript Jupyter notebook issue
AakashAAakash / help
2y ago
Interactive Jupyter notebook
vwkdVvwkd / help
3y ago
Deno in Jupyter Notebook: Run cells with --check
conormcleodCconormcleod / help
12mo ago
Deno Jupyter: get path to the current notebook
callmephilipCcallmephilip / help
16mo ago