New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-nteract-app

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nteract-app - npm Package Compare versions

Comparing version 0.3.9 to 0.4.0

6

package.json
{
"name": "create-nteract-app",
"version": "0.3.9",
"version": "0.4.0",
"description": "create an nteractive computing app!",
"repository": {
"type": "git",
"url": "https://github.com/alexandercbooth/create-nteract-app.git"
"url": "https://github.com/nteract/create-nteract-app.git"
},

@@ -15,3 +15,3 @@ "scripts": {

"license": "MIT",
"homepage": "https://github.com/alexandercbooth/create-nteract-app",
"homepage": "https://github.com/nteract/create-nteract-app",
"bin": {

@@ -18,0 +18,0 @@ "create-nteract-app": "./src/index.js"

# create-nteract-app
[![CircleCI](https://circleci.com/gh/nteract/create-nteract-app/tree/master.svg?style=svg)](https://circleci.com/gh/nteract/create-nteract-app/tree/master)
## Installation
Install `create-nteract-app` globally
```bash
npm i -g create-nteract-app
```
## Usage
Create an nteract app and run the development server.
```bash

@@ -15,4 +22,5 @@ create-nteract-app yourApp

```
Now, navigate to [here](http://localhost:3000/) and you should see the following:
![](Screenshot.png)
![](Screenshot.png)

@@ -1,2 +0,4 @@

const withMDX = require("@zeit/next-mdx")();
const withMDX = require("@zeit/next-mdx")({
extension: /\.mdx?$/
});
module.exports = withMDX({

@@ -7,3 +9,4 @@ exportPathMap: function() {

};
}
},
pageExtensions: ["md", "mdx"]
});

@@ -28,2 +28,7 @@ import * as React from "react";

{/*
* If you'd like to use R, try out this instead:
* <Kernel repo="binder-examples/r" kernelName="ir">
*/}
<Kernel repo="binder-examples/requirements" kernelName="python3">

@@ -30,0 +35,0 @@ <Kernel.Consumer>

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc